aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-accessors/Makefile
blob: 09a3b7f368d9a242b50b535024fd5f7df8cfd5dd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:	p5-accessors
# Date created:				17 September 2005
# Whom:	      				Yen-Ming Lee <leeym@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	accessors
PORTVERSION=	1.00
CATEGORIES=	devel
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	../by-authors/id/S/SP/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>