2004-07-16 02:22:10 +00:00
|
|
|
# New ports collection makefile for: Spiffy
|
|
|
|
# Date created: 15 Jul 2004
|
|
|
|
# Whom: Elvis Chiang <elvis@sslab.cs.ccu.edu.tw>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Spiffy
|
2006-01-30 07:29:30 +00:00
|
|
|
PORTVERSION= 0.30
|
2004-07-16 02:22:10 +00:00
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= ../../authors/id/I/IN/INGY/
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2004-08-12 07:19:36 +00:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2004-07-16 02:22:10 +00:00
|
|
|
COMMENT= Spiffy Perl Interface Framework For You
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Spiffy.3
|
|
|
|
|
2005-01-12 13:58:46 +00:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
PORTDOCS= Changes README
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
|
|
|
|
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
|
|
|
|
.endif
|
|
|
|
|
2004-07-16 02:22:10 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${PERL_LEVEL} < 500800
|
2005-01-12 13:58:46 +00:00
|
|
|
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Filter/Util/Call.pm:${PORTSDIR}/devel/p5-Filter \
|
|
|
|
${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
|
2004-07-16 02:22:10 +00:00
|
|
|
RUN_DEPENDS+= ${BUILD_DEPENDS}
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|