aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Alias/Makefile
blob: 0ff3172e10f81890feb92df9a4b09bc838193779 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:	Alias
# Date created:				04 Nov 2000
# Whom:					will
#
# $FreeBSD$
#

PORTNAME=	Alias
PORTVERSION=	2.32
PORTREVISION=	1
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	ports@FreeBSD.org
COMMENT=	A perl module that performs aliasing services

USES=		perl5
USE_PERL5=	configure

MAN3=		Alias.3

.include <bsd.port.mk>