diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2004-01-03 13:49:37 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2004-01-03 13:49:37 +0000 |
commit | 9a97af02c0423996f8f1fcbf22ce75c0f9337a5d (patch) | |
tree | 4b565b93f07ae1608a2eda946f679835200343e3 /devel/py-anonfunc/Makefile | |
parent | 610a69b32162e66e8001d35a39c75c4c5d0f43ad (diff) |
Notes
Diffstat (limited to 'devel/py-anonfunc/Makefile')
-rw-r--r-- | devel/py-anonfunc/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/devel/py-anonfunc/Makefile b/devel/py-anonfunc/Makefile new file mode 100644 index 000000000000..bcba11a8e539 --- /dev/null +++ b/devel/py-anonfunc/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: py-anonfunc +# Date created: 3 January 2004 +# Whom: Hye-Shik Chang +# +# $FreeBSD$ + +PORTNAME= anonfunc +PORTVERSION= 1.0 +CATEGORIES= devel python +MASTER_SITES= ${MASTER_SITE_LOCAL} \ + http://people.freebsd.org/~perky/distfiles/ +MASTER_SITE_SUBDIR= perky +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= perky@FreeBSD.org +COMMENT= Python module that provides easy anonymous function + +USE_PYTHON= yes +USE_PYDISTUTILS=yes + +.include <bsd.port.mk> |