mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
23 lines
440 B
Makefile
23 lines
440 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= perl@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>
|