mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
f6931ff3dd
accessor/mutator methods. WWW: http://search.cpan.org/dist/Class-Accessor-Children/ PR: ports/142262 Submitted by: Gea-Suan Lin <gslin at gslin.org>
25 lines
533 B
Makefile
25 lines
533 B
Makefile
# New ports collection makefile for: p5-Class-Accessor-Children
|
|
# Date created: 2010-01-03
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Class-Accessor-Children
|
|
PORTVERSION= 0.02
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= gslin@gslin.org
|
|
COMMENT= Automated child-class/accessor generation
|
|
|
|
RUN_DEPENDS= p5-Class-Accessor>0:${PORTSDIR}/devel/p5-Class-Accessor
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Class::Accessor::Children.3 \
|
|
Class::Accessor::Children::Fast.3
|
|
|
|
.include <bsd.port.mk>
|