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

20 lines
379 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
# $FreeBSD$
PORTNAME= Module-Version
PORTVERSION= 0.12
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Get module versions
USE_PERL5= configure
USES= perl5
MAN1= mversion.1
MAN3= Module::Version.3 Module::Version::App.3
NO_STAGE= yes
.include <bsd.port.mk>