241b722760
Add $OpenBSD$ to p5-SNMP-Info/Makefile (ok kili@, simon@)
28 lines
524 B
Makefile
28 lines
524 B
Makefile
# $OpenBSD: Makefile,v 1.12 2007/09/15 22:36:58 merdely Exp $
|
|
|
|
COMMENT= Python module to handle IPv4 and IPv6 address
|
|
|
|
VERSION= 0.41
|
|
DISTNAME= IPy-${VERSION}
|
|
PKGNAME= py-IP-${VERSION}p0
|
|
CATEGORIES= net
|
|
|
|
HOMEPAGE= http://c0re.23.nu/c0de/IPy/
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
MODULES= lang/python
|
|
|
|
MODPY_DISTUTILS_INSTALLARGS= -O2
|
|
|
|
do-regress:
|
|
@cd ${WRKSRC}/test; ${MODPY_BIN} ./test_IPy.py
|
|
|
|
.include <bsd.port.mk>
|