freebsd-ports/devel/p5-Class-Accessor/Makefile
Mark Linimon f61aa69467 With portmgr hat on, reset the maintainership of skv@ for ports that
he has had one or more maintainer-timeouts on in the past 12 months.
2010-01-10 03:54:09 +00:00

22 lines
441 B
Makefile

# New ports collection makefile for: Class-Accessor
# Date created: 17 Dec 2001
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= Class-Accessor
PORTVERSION= 0.34
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Automated accessor generation
PERL_CONFIGURE= yes
MAN3= Class::Accessor.3 Class::Accessor::Fast.3 \
Class::Accessor::Faster.3
.include <bsd.port.mk>