freebsd-ports/devel/p5-accessors/Makefile
2014-02-06 09:26:00 +00:00

17 lines
338 B
Makefile

# Created by: 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 #'
USES= perl5
USE_PERL5= modbuild
.include <bsd.port.mk>