forked from Lainports/freebsd-ports
Changelog: http://cpansearch.perl.org/src/ETHER/Module-Metadata-1.000033/Changes PR: 223935 Approved by: maintainer timeout (2 weeks)
20 lines
378 B
Makefile
20 lines
378 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Module-Metadata
|
|
PORTVERSION= 1.000033
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:ETHER
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl extension to gather package information from perl module files
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
NO_ARCH= YES
|
|
|
|
.include <bsd.port.mk>
|