2000-06-30 03:05:41 +02:00
|
|
|
# New ports collection makefile for: p5-File-CounterFile
|
|
|
|
# Date created: Jan 28 2000
|
|
|
|
# Whom: Wei-chun Chao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= File-CounterFile
|
2004-01-24 19:20:26 +01:00
|
|
|
PORTVERSION= 1.04
|
2000-06-30 03:05:41 +02:00
|
|
|
CATEGORIES= misc perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= File
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2003-12-28 18:07:57 +01:00
|
|
|
MAINTAINER= lars@thegler.dk
|
2003-02-21 13:51:06 +01:00
|
|
|
COMMENT= Perl module for persistent counter class
|
2000-06-30 03:05:41 +02:00
|
|
|
|
2001-03-01 07:39:18 +01:00
|
|
|
PERL_CONFIGURE= yes
|
2000-06-30 03:05:41 +02:00
|
|
|
|
|
|
|
MAN3= File::CounterFile.3
|
|
|
|
|
2004-01-18 19:21:17 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2004-01-27 23:52:18 +01:00
|
|
|
.if ${PERL_LEVEL} <= 500503
|
2004-01-24 19:20:26 +01:00
|
|
|
# make PREFIX-clean under perl 5.005_03
|
2004-01-18 19:21:17 +01:00
|
|
|
post-configure:
|
2004-01-24 19:20:26 +01:00
|
|
|
${PERL} -pi -e 's,/usr/local/,\$$(PREFIX)/,g' ${WRKSRC}/Makefile
|
2004-01-18 19:21:17 +01:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|