freebsd-ports/misc/p5-File-CounterFile/Makefile
2003-02-21 12:51:06 +00:00

23 lines
479 B
Makefile

# New ports collection makefile for: p5-File-CounterFile
# Date created: Jan 28 2000
# Whom: Wei-chun Chao
#
# $FreeBSD$
#
PORTNAME= File-CounterFile
PORTVERSION= 0.12
CATEGORIES= misc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= File
PKGNAMEPREFIX= p5-
MAINTAINER= wchao@isi.edu
COMMENT= Perl module for persistent counter class
PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= File::CounterFile.3
.include <bsd.port.mk>