6c7d0261c9
Approved by: portmgr (blanket infrastructure)
17 lines
354 B
Makefile
17 lines
354 B
Makefile
# Created by: Leif Pedersen <pedersen@meridian-enviro.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Parse-PerlConfig
|
|
PORTVERSION= 0.05
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= pedersen@meridian-enviro.com
|
|
COMMENT= Perl5 module to use perl scripts as config files
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|