f235338402
Zip archive files.
24 lines
463 B
Makefile
24 lines
463 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= 0.10
|
|
CATEGORIES= archivers perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Archive
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
USE_PERL5= yes
|
|
PERL_CONFIGURE= yes
|
|
|
|
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
|
MAN3= Archive::Zip.3 Archive::Zip::Tree.3
|
|
|
|
.include <bsd.port.mk>
|