blob: f1cffe437d4367c95d1d9be2e11e2855ae392503 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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= 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>
|