freebsd-ports/archivers/p5-Archive-Zip/Makefile
Philip M. Gollucci 823277d485 - Update to 1.28
- Pet Portlint
2009-06-18 23:17:11 +00:00

24 lines
585 B
Makefile

# New ports collection makefile for: Archive-Zip
# Date created: Mon Jan 1 09:33:13 2001
# Whom: will
#
# $FreeBSD$
#
PORTNAME= Archive-Zip
PORTVERSION= 1.28
CATEGORIES= archivers perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module to create, manipulate, read, and write Zip archive files
BUILD_DEPENDS= p5-Compress-Zlib>=1.14:${PORTSDIR}/archivers/p5-Compress-Zlib
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Archive::Zip.3 Archive::Zip::Tree.3 Archive::Zip::FAQ.3 Archive::Zip::MemberRead.3
.include <bsd.port.mk>