freebsd-ports/devel/py-tconfpy/Makefile
Alexander Botero-Lowry 4942ce5a7d - Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:	pointyhat runs
Approved by:	pav (portmgr)
Most work by:	perky
Thanks to:	pav
2007-07-30 09:42:28 +00:00

33 lines
782 B
Makefile

# New ports collection makefile for: py-tconfpy
# Date Created: 24 April 2004
# Whom: tundra
#
# $FreeBSD$
PORTNAME= py-tconfpy
PORTVERSION= 2.112
CATEGORIES= devel
MASTER_SITES= http://www.tundraware.com/Software/tconfpy/
MAINTAINER= tconfpy@tundraware.com
COMMENT= A Python Configuration File Parser
USE_PYTHON= yes
INSTALLS_EGGINFO= yes
PYDISTUTILS_PKGNAME= tconfpy
PYDISTUTILS_PKGVERSION= 0.0.0
MANCOMPRESSED= yes
MAN1= test-tc.1
MAN3= tconfpy.3
PORTDOCS= READ-1ST.txt WHATSNEW.txt tconfpy-license.txt tconfpy.html tconfpy.pdf tconfpy.ps tconfpy.txt test-tc.html test-tc.pdf test-tc.ps test-tc.txt
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for f in ${PORTDOCS}
@${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>