freebsd-ports/devel/p5-MooseX-Object-Pluggable/Makefile
Ashish SHUKLA cffcff87c3 - Change my maintainer address.
Approved by:	   pgj (mentor)
2010-06-11 13:37:41 +00:00

25 lines
570 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= 5.8.1+
MAN3= MooseX::Object::Pluggable.3
.include <bsd.port.mk>