mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
89e07f4a18
Approved by: portmgr (implicit)
25 lines
526 B
Makefile
25 lines
526 B
Makefile
# Created by: John Ferrell
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= cfgparse
|
|
PORTVERSION= 1.3
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= jdferrell3@yahoo.com
|
|
COMMENT= Python module for parsing configuration files
|
|
|
|
USES= dos2unix python zip
|
|
DOS2UNIX_FILES= cfgparse.py
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
|
|
PORTDOCS= *
|
|
|
|
post-install:
|
|
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/docs/* ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|