freebsd-ports/archivers/alz2zip/Makefile
Hye-Shik Chang f61636bdaf Add port for alz2zip 0.1,
a converter for alzip archives to zip formats.
2004-02-16 15:26:07 +00:00

20 lines
392 B
Makefile

# New ports collection makefile for: alz2zip
# Date created: 17 Feb 2004
# Whom: Hye-Shik Chang <perky@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= alz2zip
PORTVERSION= 0.1
CATEGORIES= archivers converters python
MASTER_SITES= http://openlook.org/distfiles/
MAINTAINER= perky@FreeBSD.org
COMMENT= Convert Alzip files to zip format
USE_PYTHON= 2.1+
USE_PYDISTUTILS=yes
.include <bsd.port.mk>