summaryrefslogtreecommitdiff
path: root/archivers/py-tarfile/Makefile
blob: 9cb92d6aa21b17257a651d4f04b626ba9f8582cc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# New ports collection makefile for:	py-tarfile
# Date created:		26 March 2002
# Whom:			Hye-Shik Chang <perky@fallin.lv>
#
# $FreeBSD$
#

PORTNAME=	tarfile
PORTVERSION=	0.8.0
CATEGORIES=	archivers python
MASTER_SITES=	http://www.gustaebel.de/lars/tarfile/
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Python library for reading and writing tarballs

USE_PYTHON=	yes
USE_PYDISTUTILS=	yes

DEPRECATED=	all development activity in this port has been merged into mainline python after 2.4
EXPIRATION_DATE=	2010-08-07

.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>