blob: 3cd08e8f9bc4dc558929ecd87f3eecde7815cd36 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: p5-File-CounterFile
# Date created: Jan 28 2000
# Whom: Wei-chun Chao
#
# $FreeBSD$
#
PORTNAME= File-CounterFile
PORTVERSION= 1.04
CATEGORIES= misc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= File
PKGNAMEPREFIX= p5-
MAINTAINER= lth@FreeBSD.org
COMMENT= Perl module for persistent counter class
PERL_CONFIGURE= yes
MAN3= File::CounterFile.3
.include <bsd.port.mk>
|