70c9c05947
Changes: http://search.cpan.org/src/KANE/Object-Accessor-0.32/CHANGES PR: ports/107218 Submitted by: aaron
26 lines
626 B
Makefile
26 lines
626 B
Makefile
# New ports collection makefile for: Object-Accessor
|
|
# Date created: 30 September 2005
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Object-Accessor
|
|
PORTVERSION= 0.32
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Object
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= skv@FreeBSD.org
|
|
COMMENT= Interface to create per object accessors
|
|
|
|
RUN_DEPENDS= ${SITE_PERL}/Params/Check.pm:${PORTSDIR}/devel/p5-Params-Check
|
|
BUILD_DEPENDS= ${RUN_DEPENDS} \
|
|
${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Object::Accessor.3
|
|
|
|
.include <bsd.port.mk>
|