blob: c3ca808f15016da5e962456cc2a43bc9ab1eeebb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: pyncurses
# Date created: Tue May 16 22:15:11 PDT 2000
# Whom: adsharma@sharams.dhs.org
#
# $FreeBSD$
#
PORTNAME= py-ncurses
PORTVERSION= 0.3
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME:S/-//}
DISTNAME= ${PORTNAME:S/-//}-${PORTVERSION}
MAINTAINER= adsharma@sharmas.dhs.org
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>
|