49728dccba
Hat: portmgr
23 lines
531 B
Makefile
23 lines
531 B
Makefile
# New ports collection makefile for: devel/p5-Class-Data-Accessor
|
|
# Date created: 2 Feb 2006
|
|
# Whom: Lars Balker Rasmussen <lbr@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Class-Data-Accessor
|
|
PORTVERSION= 0.04004
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Inheritable and overridable class and instance data accessors
|
|
|
|
DEPRECATED= Please consider using p5-Class-Accessor-Grouped or p5-Moose
|
|
|
|
PERL_CONFIGURE= 5.8.0+
|
|
|
|
MAN3= Class::Data::Accessor.3
|
|
|
|
.include <bsd.port.mk>
|