mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 01:46:55 -04:00
24 lines
530 B
Makefile
24 lines
530 B
Makefile
PORTNAME= Parse-PlainConfig
|
|
PORTVERSION= 3.07
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Perl module to use plain config files
|
|
WWW= https://metacpan.org/release/Parse-PlainConfig
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE_ART10= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-Class-EHierarchy>=2.00:devel/p5-Class-EHierarchy \
|
|
p5-Paranoid>=2.10:devel/p5-Paranoid
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|