mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
19 lines
316 B
Makefile
19 lines
316 B
Makefile
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Env-Path
|
|
PORTVERSION= 0.19
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Advanced operations on path variables
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN1= envpath.1
|
|
MAN3= Env::Path.3
|
|
|
|
.include <bsd.port.mk>
|