forked from Lainports/freebsd-ports
Add WWW:. Reset maintainer to ports@ (bounce). Submitted by: Mathieu Arnold <m@absolight.net> PR: ports/52327
22 lines
436 B
Makefile
22 lines
436 B
Makefile
# New ports collection makefile for: p5-File-CounterFile
|
|
# Date created: Jan 28 2000
|
|
# Whom: Wei-chun Chao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= File-CounterFile
|
|
PORTVERSION= 1.00
|
|
CATEGORIES= misc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= File
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Perl module for persistent counter class
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= File::CounterFile.3
|
|
|
|
.include <bsd.port.mk>
|