ab528a9190
- move DIST_SUBDIR upper, where appropriate - bump PORTREVISION
21 lines
379 B
Makefile
21 lines
379 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= plone.alterego
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= www python zope
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DIST_SUBDIR= zope
|
|
|
|
MAINTAINER= zope@FreeBSD.org
|
|
COMMENT= Low level support for dynamic modules
|
|
|
|
LICENSE= LGPL20
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
USE_ZIP= yes
|
|
|
|
.include <bsd.port.mk>
|