0760fd8c35
of Perl modules, which are normally handled at compile time. WWW: http://search.cpan.org/dist/Module-Runtime/ Approved by: erwin (mentor)
21 lines
383 B
Makefile
21 lines
383 B
Makefile
# New ports collection makefile for: Module-Runtime
|
|
# Date created: 01 Jun 2008
|
|
# Whom: brix@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Module-Runtime
|
|
PORTVERSION= 0.005
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= brix@FreeBSD.org
|
|
COMMENT= Perl module for runtime module handling
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
MAN3= Module::Runtime.3
|
|
|
|
.include <bsd.port.mk>
|