freebsd-ports/devel/p5-Parse-PMFile/Makefile
Jun Kuriyama 8135590177 The most of the code of this module is taken from the PAUSE code as of
April 2013 almost verbatim.  Thus, the heart of this module should be
quite stable.  However, I made it not to use pipe ("-|") as well as I
stripped database-related code.  If you encounter any issue, that's
most probably because of my modification.

This module doesn't provide features to extract a distribution or
parse meta files intentionally.

WWW: http://search.cpan.org/dist/Parse-PMFile/
2015-05-16 11:48:18 +00:00

21 lines
418 B
Makefile

# $FreeBSD$
PORTNAME= Parse-PMFile
PORTVERSION= 0.36
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension to parses .pm file as PAUSE does
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-ExtUtils-MakeMaker-CPANfile>0:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker-CPANfile
USES= perl5
USE_PERL5= configure
NO_ARCH= YES
.include <bsd.port.mk>