caab476be8
it will add five methods and four attributes to assist you with the loading and handling of plugins and extensions for plugins. I understand that this may pollute your namespace, however I took great care in using the least ambiguous names possible. WWW: http://search.cpan.org/dist/MooseX-Object-Pluggable PR: ports/138358 Submitted by: Ashish SHUKLA <wahjava at gmail.com>
25 lines
569 B
Makefile
25 lines
569 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= wahjava@gmail.com
|
|
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>
|