2006-06-01 03:14:22 +02:00
|
|
|
# New ports collection makefile for: p5-Module-Compile
|
|
|
|
# Date created: 2006-05-30
|
|
|
|
# Whom: Tsung-Han Yeh <snowfly@yuntech.edu.tw>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Module-Compile
|
2006-10-31 05:58:47 +01:00
|
|
|
PORTVERSION= 0.20
|
2006-06-01 03:14:22 +02:00
|
|
|
CATEGORIES= devel perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-06-01 03:14:22 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= snowfly@yuntech.edu.tw
|
|
|
|
COMMENT= Provide a system for writing modules that compile other Perl modules
|
|
|
|
|
2006-06-25 13:08:05 +02:00
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1
|
2006-06-14 03:29:37 +02:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
PERL_CONFIGURE= 5.8.0+
|
2006-06-01 03:14:22 +02:00
|
|
|
|
|
|
|
MAN3= Module::Compile.3 \
|
|
|
|
Module::Install::Admin::PMC.3 \
|
2006-07-06 17:01:33 +02:00
|
|
|
Module::Install::PMC.3\
|
|
|
|
Module::Optimize.3
|
2006-06-01 03:14:22 +02:00
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|