42542fb076
fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav)
24 lines
505 B
Makefile
24 lines
505 B
Makefile
# New ports collection makefile for: p5-Dir-Project
|
|
# Date created: 2006-07-15
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Dir-Project
|
|
PORTVERSION= 3.011
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Dir
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Project Environment determination
|
|
|
|
PERL_CONFIGURE= yes
|
|
CONFIGURE_ENV+= DIRPROJECT_PREFIX=${PREFIX}
|
|
|
|
MAN1= project_bin.1 project_dir.1
|
|
MAN3= Dir::Project.3
|
|
|
|
.include <bsd.port.mk>
|