freebsd-ports/devel/py-freebsd/Makefile
2003-02-25 06:25:35 +00:00

22 lines
486 B
Makefile

# Ports collection makefile for: py-freebsd
# Date created: 14 June 2002
# Whom: Hye-Shik Chang <perky@fallin.lv>
#
# $FreeBSD$
#
PORTNAME= freebsd
PORTVERSION= 0.2
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= perky
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= py-freebsd-${PORTVERSION}
MAINTAINER= perky@FreeBSD.org
COMMENT= Python interface to FreeBSD-specific system libraries
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>