freebsd-ports/devel/p5-Module-Compile/Makefile
Andrej Zverev 859226e9f0 - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-08 08:16:43 +00:00

25 lines
581 B
Makefile

# Created by: Tsung-Han Yeh <snowfly@yuntech.edu.tw>
# $FreeBSD$
PORTNAME= Module-Compile
PORTVERSION= 0.23
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= snowfly@yuntech.edu.tw
COMMENT= Provide a system for writing modules that compile other Perl modules
BUILD_DEPENDS= p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
MAN3= Module::Compile.3 \
Module::Compile::Opt.3 \
Module::Install::Admin::PMC.3 \
Module::Install::PMC.3\
Module::Optimize.3
.include <bsd.port.mk>