freebsd-ports/devel/p5-Sub-WrapPackages/Makefile
Cheng-Lung Sung 7fe6debc40 Add p5-Sub-WrapPackages 1.2, add pre- and post-execution wrappers.
PR:		ports/103393
Submitted by:	George Hartzell <hartzell at alerce.com>
2006-12-11 03:10:13 +00:00

29 lines
713 B
Makefile

# New ports collection makefile for: devel/p5-Sub-WrapPackages
# Date created: 14 September 2005
# Whom: George Hartzell <hartzell@alerce.com>
#
# $FreeBSD$
#
PORTNAME= Sub-WrapPackages
PORTVERSION= 1.2
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Sub
PKGNAMEPREFIX= p5-
MAINTAINER= hartzell@alerce.com
COMMENT= Add pre- and post-execution wrappers
RUN_DEPENDS= ${SITE_PERL}/Hook/LexWrap.pm:${PORTSDIR}/devel/p5-Hook-LexWrap
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Sub::WrapPackages.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
IGNORE= requires Perl 5.8 or newer. Install lang/perl5.8, and try again
.endif
.include <bsd.port.post.mk>