diff options
Diffstat (limited to 'devel/py-coil/Makefile')
-rw-r--r-- | devel/py-coil/Makefile | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/devel/py-coil/Makefile b/devel/py-coil/Makefile deleted file mode 100644 index 6e97b6037d24..000000000000 --- a/devel/py-coil/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# 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 - -BROKEN= Unfetchable (google code has gone away) -DEPRECATED= Unfetchable for more than six months (google code has gone away) -EXPIRATION_DATE= 2017-04-30 - -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> |