mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
18 lines
289 B
Makefile
18 lines
289 B
Makefile
# Created by: 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
|
|
|
|
.include <bsd.port.mk>
|