1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/archivers/py-tarfile/Makefile
Ying-Chieh Liao 7a9e90e9bd upgrade to 0.4
PR:		37742
Submitted by:	maintainer
2002-05-04 18:02:44 +00:00

33 lines
636 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.4
CATEGORIES= archivers python
MASTER_SITES= http://www.gustaebel.de/lars/tarfile/ \
http://www3.kr.freebsd.org/~perky/distfiles/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= perky@fallin.lv
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.pre.mk>
.if ${PYTHON_REL} < 200
IGNORE= needs Python 2.0 at least
.else
.if ${PYTHON_REL} < 220
PLIST_SUB+= UNDERPY22=""
.else
PLIST_SUB+= UNDERPY22="@comment "
.endif
.endif
.include <bsd.port.post.mk>