39 lines
946 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.21 2014/08/30 21:54:08 jasper Exp $
COMMENT= protocol definition, declaration and adaptation
VERSION= 1.0
REV= 2306
DISTNAME= PyProtocols
2010-08-30 22:24:14 +00:00
PKGNAME= py-protocols-${VERSION}r${REV}
2011-09-16 09:24:48 +00:00
REVISION= 0
EPOCH= 0
CATEGORIES= devel
2008-07-09 12:13:45 +00:00
HOMEPAGE= http://peak.telecommunity.com/PyProtocols.html
MAINTAINER= Martynas Venckus <martynas@openbsd.org>
# PSF/ZPL
PERMIT_PACKAGE_CDROM= Yes
DISTFILES= PyProtocols-${VERSION}a0dev_r${REV}${EXTRACT_SUFX}
MODULES= lang/python
2010-11-15 19:45:56 +00:00
RUN_DEPENDS= devel/py-decoratortools
TEST_DEPENDS= devel/py-decoratortools
MODPY_SETUPTOOLS= Yes
WANTLIB += ${MODPY_WANTLIB}
# 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>