27 lines
719 B
Makefile
27 lines
719 B
Makefile
# New ports collection makefile for: devel/p5-Class-Accessor-Grouped
|
|
# Date created: Jun 18, 2007
|
|
# Whom: Lars Balker Rasmussen <lbr@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Class-Accessor-Grouped
|
|
PORTVERSION= 0.09002
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Lets you build groups of accessors
|
|
|
|
RUN_DEPENDS= p5-Class-Inspector>=0:${PORTSDIR}/devel/p5-Class-Inspector \
|
|
p5-MRO-Compat>=0:${PORTSDIR}/devel/p5-MRO-Compat \
|
|
p5-Sub-Name>=0.04:${PORTSDIR}/devel/p5-Sub-Name
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
BUILD_DEPENDS+= p5-Sub-Identify>=0:${PORTSDIR}/devel/p5-Sub-Identify
|
|
|
|
PERL_CONFIGURE= 5.8.0+
|
|
|
|
MAN3= Class::Accessor::Grouped.3
|
|
|
|
.include <bsd.port.mk>
|