mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
1eff3e2898
PR: 120676 Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com>
26 lines
450 B
Makefile
26 lines
450 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: p5-aliased
|
|
# Date created: Jul 29, 2006
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= aliased
|
|
PORTVERSION= 0.22
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= ../by-authors/id/O/OV/OVID/
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Use shorter versions of class names
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
PLIST_FILES= ${SITE_PERL_REL}/aliased.pm
|
|
|
|
MAN3= aliased.3
|
|
|
|
.include <bsd.port.mk>
|