View | Details | Raw Unified | Return to bug 167145
Collapse All | Expand All

(-)Makefile (-3 / +3 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	MooseX-Object-Pluggable
8
PORTNAME=	MooseX-Object-Pluggable
9
PORTVERSION=	0.0011
9
PORTVERSION=	0.0011
10
PORTREVISION=	1
10
CATEGORIES=	devel perl5
11
CATEGORIES=	devel perl5
11
MASTER_SITES=	CPAN
12
MASTER_SITES=	CPAN
12
PKGNAMEPREFIX=	p5-
13
PKGNAMEPREFIX=	p5-
Lines 14-22 Link Here
14
MAINTAINER=	ashish@FreeBSD.org
15
MAINTAINER=	ashish@FreeBSD.org
15
COMMENT=	Make your classes pluggable
16
COMMENT=	Make your classes pluggable
16
17
17
RUN_DEPENDS=	p5-Moose>=0.35:${PORTSDIR}/devel/p5-Moose \
18
BUILD_DEPENDS=	p5-Moose>=0.35:${PORTSDIR}/devel/p5-Moose
18
	p5-Module-Pluggable>0:${PORTSDIR}/devel/p5-Module-Pluggable
19
RUN_DEPENDS:=	${BUILD_DEPENDS}
19
BUILD_DEPENDS=	${RUN_DEPENDS}
20
20
21
PERL_CONFIGURE=	yes
21
PERL_CONFIGURE=	yes
22
22
(-)pkg-descr (-1 / +1 lines)
Lines 4-7 Link Here
4
understand that this may pollute your namespace, however I took great
4
understand that this may pollute your namespace, however I took great
5
care in using the least ambiguous names possible.
5
care in using the least ambiguous names possible.
6
6
7
WWW:	http://search.cpan.org/dist/MooseX-Object-Pluggable
7
WWW:	http://search.cpan.org/dist/MooseX-Object-Pluggable/

Return to bug 167145