mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
4aaab89f57
PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
22 lines
389 B
Makefile
22 lines
389 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.04
|
|
CATEGORIES= misc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= lth@FreeBSD.org
|
|
COMMENT= Perl module for persistent counter class
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= File::CounterFile.3
|
|
|
|
.include <bsd.port.mk>
|