freebsd-ports/devel/p5-MooseX-Object-Pluggable/Makefile
Sunpoet Po-Chuan Hsieh 00ca886ed4 - Change PERL_CONFIGURE to "yes" for all values between 5.8.1+ and 5.8.9+
Suggested by:	az
With hat:	perl
2011-09-17 07:06:45 +00:00

25 lines
567 B
Makefile

# New ports collection makefile for: p5-MooseX-Object-Pluggable
# Date created: 2009-08-31
# Whom: Ashish SHUKLA <wahjava@gmail.com>
#
# $FreeBSD$
#
PORTNAME= MooseX-Object-Pluggable
PORTVERSION= 0.0011
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ashish@FreeBSD.org
COMMENT= Make your classes pluggable
RUN_DEPENDS= p5-Moose>=0.35:${PORTSDIR}/devel/p5-Moose \
p5-Module-Pluggable>0:${PORTSDIR}/devel/p5-Module-Pluggable
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= MooseX::Object::Pluggable.3
.include <bsd.port.mk>