2004-07-25 16:17:53 +02:00
|
|
|
# New ports collection makefile for: Path::Class
|
|
|
|
# Date created: 2004-07-25
|
|
|
|
# Whom: Elvis Chiang <elvis@sslab.cs.ccu.edu.tw>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Path-Class
|
2006-12-26 09:46:41 +01:00
|
|
|
PORTVERSION= 0.16
|
2004-07-25 16:17:53 +02:00
|
|
|
CATEGORIES= devel perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
|
|
|
MASTER_SITE_SUBDIR= ../../authors/id/K/KW/KWILLIAMS
|
2004-07-25 16:17:53 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2005-01-28 10:18:14 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2004-07-25 16:17:53 +02:00
|
|
|
COMMENT= Cross-platform path specification manipulation
|
|
|
|
|
2005-06-11 18:13:12 +02:00
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools
|
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
2005-04-07 13:57:25 +02:00
|
|
|
PERL_MODBUILD= yes
|
2004-07-25 16:17:53 +02:00
|
|
|
|
|
|
|
MAN3= Path::Class.3 \
|
|
|
|
Path::Class::File.3 \
|
|
|
|
Path::Class::Dir.3
|
|
|
|
|
2005-04-07 13:57:25 +02:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
PORTDOCS= Changes README
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
|
|
|
|
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
|
|
|
|
.endif
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|