21 lines
366 B
Makefile
21 lines
366 B
Makefile
PORTNAME= Pod-Simple
|
|
PORTVERSION= 3.45
|
|
CATEGORIES= textproc devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Framework for parsing Pod
|
|
WWW= https://metacpan.org/release/Pod-Simple
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
PORTSCOUT= limit:^[0-9\.]*$$
|
|
|
|
.include <bsd.port.mk>
|