6e57b3f50f
- Pass maintainership to perl@
24 lines
434 B
Makefile
24 lines
434 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= perl@FreeBSD.org
|
|
COMMENT= Class Field Accessor Generator
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Class::Field.3
|
|
|
|
.include <bsd.port.mk>
|