mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
21 lines
446 B
Makefile
21 lines
446 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.6.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.mk>
|