mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
7a9e90e9bd
PR: 37742 Submitted by: maintainer
33 lines
636 B
Makefile
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>
|