mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
3ce60ea6d2
- Move to perl@FreeBSD.org PR: ports/106511 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
24 lines
437 B
Makefile
24 lines
437 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.18
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Env
|
|
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>
|