aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-anonfunc/Makefile
blob: 6f5eaa073702d74a72b2ed645d408d1fdf782abc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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= 2.3+
USE_PYDISTUTILS=yes

.include <bsd.port.mk>