1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Convert to autoplist

- Stage support
- Bump PORTREVISION
This commit is contained in:
Martin Wilke 2014-03-04 15:40:32 +00:00
parent c578afabf3
commit 6a3717567f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=347028

View File

@ -3,7 +3,7 @@
PORTNAME= django-mezzanine
PORTVERSION= 1.4.7
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -26,10 +26,8 @@ USES= gettext
USE_PYTHON= 2
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
PYDISTUTILS_PKGNAME= Mezzanine
regression-test: build
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test
NO_STAGE= yes
.include <bsd.port.mk>