22 lines
357 B
Makefile
22 lines
357 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
PORTNAME= plone.alterego
|
||
|
PORTVERSION= 1.0
|
||
|
CATEGORIES= www python zope
|
||
|
MASTER_SITES= CHEESESHOP
|
||
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||
|
|
||
|
MAINTAINER= zope@FreeBSD.org
|
||
|
COMMENT= Low level support for dynamic modules
|
||
|
|
||
|
LICENSE= LGPL20
|
||
|
|
||
|
DIST_SUBDIR= zope
|
||
|
USE_PYTHON= yes
|
||
|
USE_PYDISTUTILS=easy_install
|
||
|
USE_ZIP= yes
|
||
|
|
||
|
NO_STAGE= yes
|
||
|
|
||
|
.include <bsd.port.mk>
|