1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/www/py-formencode/Makefile
Wen Heping 9103e36223 - Update to 1.2.4
- Strict python version
- Reset maintainer to ports@
2011-12-28 08:13:32 +00:00

36 lines
742 B
Makefile

# New ports collection makefile for: py-formencode
# Date created: 2005-11-16
# Whom: Choe, Cheng-Dae
#
# $FreeBSD$
#
PORTNAME= formencode
PORTVERSION= 1.2.4
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= FormEncode-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= HTML form validation, generation, and conversion package
USE_PYTHON= -2.7
USE_PYDISTUTILS= easy_install
USE_GETTEXT= yes
PYDISTUTILS_PKGNAME= FormEncode
DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME}
PORTDOCS= *
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
@(cd ${WRKSRC}/docs/ && ${COPYTREE_SHARE} . ${DOCSDIR})
.endif
.include <bsd.port.mk>