mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 11:20:46 -04:00
Changelog: https://metacpan.org/dist/Parse-PMFile/changes Major changes: * Improve class detection
21 lines
443 B
Makefile
21 lines
443 B
Makefile
PORTNAME= Parse-PMFile
|
|
PORTVERSION= 0.47
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl extension to parses .pm file as PAUSE does
|
|
WWW= https://metacpan.org/release/Parse-PMFile
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= p5-ExtUtils-MakeMaker-CPANfile>=0.09:devel/p5-ExtUtils-MakeMaker-CPANfile
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|