a015f2e5d0
See http://wiki.freebsd.org/Perl for details. - Change maintainership from ports@ to perl@ for ports in this changeset. With perl@ hat
27 lines
458 B
Makefile
27 lines
458 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: p5-aliased
|
|
# Date created: Jul 29, 2006
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= aliased
|
|
PORTVERSION= 0.30
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:OVID
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Use shorter versions of class names
|
|
|
|
PORTSCOUT= skipv:0.30_01
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
PLIST_FILES= ${SITE_PERL_REL}/aliased.pm
|
|
|
|
MAN3= aliased.3
|
|
|
|
.include <bsd.port.mk>
|