freebsd-ports/devel/p5-accessors/Makefile
Andrej Zverev a015f2e5d0 - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.

With perl@ hat
2011-09-08 08:36:43 +00:00

24 lines
517 B
Makefile

# New ports collection makefile for: p5-accessors
# Date created: 17 September 2005
# Whom: Yen-Ming Lee <leeym@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= accessors
PORTVERSION= 1.01
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:SPURKIS
PKGNAMEPREFIX= p5-
MAINTAINER= leeym@FreeBSD.org
COMMENT= Create accessor methods in caller's package #'
PERL_MODBUILD= yes
MAN3= accessors.3 accessors::chained.3 accessors::classic.3 \
accessors::ro.3 accessors::rw.3
.include <bsd.port.mk>