sthen d1c6f80880 use REVISION, checked with before/after make show=PKGNAMES (plus some
extra-careful checking where there are complicated PSEUDO_FLAVORS).
2010-07-12 22:07:37 +00:00

35 lines
545 B
Makefile

# $OpenBSD: Makefile,v 1.4 2010/07/12 22:07:41 sthen Exp $
SHARED_ONLY= Yes
COMMENT= Python Packet Construction Set
DISTNAME= pcs-0.5
PKGNAME= py-${DISTNAME}
REVISION= 0
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pcs/}
HOMEPAGE= http://pcs.sf.net
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= pcap
BUILD_DEPENDS= ::devel/pyrex
NO_REGRESS= Yes
MODULES= lang/python
post-configure:
${_MODPY_CMD} config
.include <bsd.port.mk>