1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/www/py-formencode/Makefile
Martin Wilke c2ca4216e8 - Update to 1.2.6
- Add License
- Trim header
- OptionNG

PR:		178587
Submitted by:	Ports Fury
2013-05-20 08:55:29 +00:00

37 lines
693 B
Makefile

# Created by: Choe, Cheng-Dae
# $FreeBSD$
PORTNAME= formencode
PORTVERSION= 1.2.6
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= FormEncode-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= HTML form validation, generation, and conversion package
LICENSE= PSFL
OPTIONS_DEFINE= DOCS
USE_ZIP= yes
USES= gettext:run
USE_PYTHON= -2.7
USE_PYDISTUTILS= easy_install
PYDISTUTILS_PKGNAME= FormEncode
DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
PORTDOCS= *
.include <bsd.port.options.mk>
post-install:
.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
@(cd ${WRKSRC}/docs/ && ${COPYTREE_SHARE} . ${DOCSDIR})
.endif
.include <bsd.port.mk>