20 lines
368 B
Makefile
20 lines
368 B
Makefile
|
# Created by: Yuri Victorovich <yuri@rawbw.com>
|
||
|
# $FreeBSD$
|
||
|
|
||
|
PORTNAME= bz2file
|
||
|
PORTVERSION= 0.98
|
||
|
CATEGORIES= archivers python
|
||
|
MASTER_SITES= CHEESESHOP
|
||
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||
|
|
||
|
MAINTAINER= yuri@rawbw.com
|
||
|
COMMENT= Read and write bzip2-compressed files
|
||
|
|
||
|
LICENSE= APACHE20
|
||
|
|
||
|
USES= python
|
||
|
USE_PYTHON= autoplist distutils
|
||
|
NO_ARCH= yes
|
||
|
|
||
|
.include <bsd.port.mk>
|