1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/devel/p5-Env-Path/Makefile
Cheng-Lung Sung 44f1d8b402 Add p5-Env-Path 0.16, advanced operations on path variables.
PR:		ports/100653
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-07-23 06:46:18 +00:00

24 lines
436 B
Makefile

# New ports collection makefile for: p5-Env-Path
# Date created: 2006-07-21
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= Env-Path
PORTVERSION= 0.16
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Env
PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= Advanced operations on path variables
PERL_CONFIGURE= yes
MAN1= envpath.1
MAN3= Env::Path.3
.include <bsd.port.mk>