2010-09-26 16:08:11 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.12 2010/09/26 20:08:11 martynas Exp $
|
2007-06-23 17:41:54 -04:00
|
|
|
|
2007-09-15 22:52:56 -04:00
|
|
|
COMMENT= protocol definition, declaration and adaptation
|
2007-06-23 17:41:54 -04:00
|
|
|
|
|
|
|
VERSION= 1.0
|
2010-07-10 16:30:37 -04:00
|
|
|
REV= 2306
|
2007-06-23 17:41:54 -04:00
|
|
|
DISTNAME= PyProtocols
|
2010-08-30 18:24:14 -04:00
|
|
|
PKGNAME= py-protocols-${VERSION}r${REV}
|
|
|
|
REVISION = 4
|
2007-06-23 17:41:54 -04:00
|
|
|
|
2007-12-10 16:07:51 -05:00
|
|
|
CATEGORIES= devel
|
2007-06-23 17:41:54 -04:00
|
|
|
|
2008-07-09 08:13:45 -04:00
|
|
|
HOMEPAGE= http://peak.telecommunity.com/PyProtocols.html
|
2007-06-23 17:41:54 -04:00
|
|
|
|
|
|
|
MAINTAINER= Martynas Venckus <martynas@openbsd.org>
|
|
|
|
|
|
|
|
# PSF/ZPL
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2010-09-26 16:08:11 -04:00
|
|
|
MASTER_SITES= http://openbsddistfiles.com/martynas/python/
|
2010-07-10 16:30:37 -04:00
|
|
|
DISTFILES= PyProtocols-${VERSION}a0dev_r${REV}${EXTRACT_SUFX}
|
2007-06-23 17:41:54 -04:00
|
|
|
|
|
|
|
MODULES= lang/python
|
|
|
|
RUN_DEPENDS= ::devel/py-decoratortools
|
|
|
|
REGRESS_DEPENDS= ::devel/py-decoratortools
|
|
|
|
|
|
|
|
MODPY_SETUPTOOLS= Yes
|
|
|
|
|
|
|
|
# make regress happy after fake
|
|
|
|
post-install:
|
|
|
|
rm -fr ${WRKSRC}/src/PyProtocols.egg-info
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/py-protocols/ref
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/docs/ref/*.tex ${PREFIX}/share/doc/py-protocols/ref/
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README.txt ${PREFIX}/share/doc/py-protocols/
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|