c10f314307
PR: ports/135398 Tested by: 2 -exp runs by pav Approved by: portmgr (pav)
21 lines
394 B
Makefile
21 lines
394 B
Makefile
# New ports collection makefile for: p5-Class-Field
|
|
# Date created: 1 August 2006
|
|
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Class-Field
|
|
DISTVERSION= 0.15
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Class Field Accessor Generator
|
|
|
|
PERL_CONFIGURE= YES
|
|
|
|
MAN3= Class::Field.3
|
|
|
|
.include <bsd.port.mk>
|