freebsd-ports/devel/p5-Module-Versions/Makefile

19 lines
326 B
Makefile

# $FreeBSD$
PORTNAME= Module-Versions
PORTVERSION= 0.02
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension to handle versions of loaded modules
USE_ZIP= yes
USES= perl5
USE_PERL5= configure
MAN3= Module::Versions.3
NO_STAGE= yes
.include <bsd.port.mk>