freebsd-ports/devel/p5-Module-Runtime/Makefile
Andrej Zverev 1189e311aa - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-09 11:55:30 +00:00

21 lines
353 B
Makefile

# Created by: brix@FreeBSD.org
# $FreeBSD$
PORTNAME= Module-Runtime
PORTVERSION= 0.013
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= brix@FreeBSD.org
COMMENT= Perl module for runtime module handling
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
USES= perl5
USE_PERL5= modbuild
MAN3= Module::Runtime.3
.include <bsd.port.mk>