mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
19 lines
383 B
Makefile
19 lines
383 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Module-Metadata
|
|
PORTVERSION= 1.000019
|
|
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
|
|
|
|
RUN_DEPENDS= p5-version>=0.87:${PORTSDIR}/devel/p5-version
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|