openbsd-ports/www/zope-pluggableauthservice/Makefile
jasper 20696471fe remove marc balmer as maintainer of all of his ports, to take away the
illusion marc still maintains them. as requested by himself.
2009-09-15 17:37:21 +00:00

31 lines
735 B
Makefile

# $OpenBSD: Makefile,v 1.4 2009/09/15 17:37:22 jasper Exp $
COMMENT= PluggableAuthService for Plone
DISTNAME= PluggableAuthService-1.4.2
PKGNAME= zope-${DISTNAME:L}p2
CATEGORIES= www
HOMEPAGE= http://www.zope.org/Products/PluggableAuthService/
# ZPL 2.1
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://www.zope.org/Products/PluggableAuthService/${DISTNAME}/
MODULES= www/zope
RUN_DEPENDS= ::www/zope-pluginregistry \
::www/zope-genericsetup
do-install:
${INSTALL_DATA_DIR} ${MODZOPE_PRODUCTSDIR}
cd ${WRKDIR}; \
tar -cs /${DISTNAME}/${DISTNAME:C/-.*//g}/ -f - ${DISTNAME} | \
tar xf - -C ${MODZOPE_PRODUCTSDIR}
.include <bsd.port.mk>