freebsd-ports/archivers/py-tarfile/Makefile
Hye-Shik Chang 25b0de25cd Update to 0.7.7
PR:		85890
Submitted by:	Marcus Alves Grando <marcus@corp.grupos.com.br>
2005-09-11 07:09:04 +00:00

28 lines
572 B
Makefile

# New ports collection makefile for: py-tarfile
# Date created: 26 March 2002
# Whom: Hye-Shik Chang <perky@fallin.lv>
#
# $FreeBSD$
#
PORTNAME= tarfile
PORTVERSION= 0.7.7
CATEGORIES= archivers python
MASTER_SITES= http://www.gustaebel.de/lars/tarfile/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= perky@FreeBSD.org
COMMENT= Python library for reading and writing tarballs
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.pre.mk>
.if ${PYTHON_REL} < 230
PLIST_SUB+= NO_PY23=""
.else
PLIST_SUB+= NO_PY23="@comment "
.endif
.include <bsd.port.post.mk>