freebsd-ports/devel/py-coil/Makefile
Antoine Brodin c227d92543 - Allow staging as a regular user (the "permission safeness" is not
needed as dirs are already 0755 and files 0644)
- USES=python
2014-09-08 18:47:12 +00:00

31 lines
604 B
Makefile

# Created by: ghostonthewire <ghostonthewire at gmail dot com>
# $FreeBSD$
PORTNAME= coil
PORTVERSION= 0.3.20
CATEGORIES= devel python
MASTER_SITES= GOOGLE_CODE
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ghostonthewire@gmail.com
COMMENT= Powerful configuration language for Python
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= python
USE_PYTHON= distutils
PORTDOCS= README.txt \
TODO.txt
OPTIONS_DEFINE= DOCS
post-install:
# docs
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for file in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
.endfor
.include <bsd.port.mk>