mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
5a98b66686
perl5 module to use perl scripts as config files. PR: 54077 Submitted by: Leif Pedersen <pedersen@meridian-enviro.com>
20 lines
452 B
Makefile
20 lines
452 B
Makefile
# New ports collection makefile for: p5-Shape
|
|
# Date created: June 25th 2003
|
|
# Whom: Leif Pedersen <pedersen@meridian-enviro.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Parse-PerlConfig
|
|
PORTVERSION= 0.05
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= http://www.cpan.org/modules/by-module/Parse/
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= pedersen@meridian-enviro.com
|
|
COMMENT= Perl5 module to use perl scripts as config files
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|