freebsd-ports/devel/py-freebsd/Makefile

23 lines
486 B
Makefile
Raw Normal View History

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