mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
e6d6fbe3f2
Obtained from: http://groups.google.com/group/jsan/msg/4a25827c5925a49d Submitted by: chinsan (maintainer)
51 lines
1.7 KiB
Makefile
51 lines
1.7 KiB
Makefile
# New ports collection makefile for: p5-JSAN
|
|
# Date created: 2006/12/23
|
|
# Whom: chinsan
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= JSAN
|
|
PORTVERSION= 0.07
|
|
PORTREVISION= 1
|
|
CATEGORIES= lang perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= ../../authors/id/C/CW/CWEST
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= chinsan@FreeBSD.org
|
|
COMMENT= JavaScript Archive Network (JSAN) Shell
|
|
|
|
BUILD_DEPENDS= p5-Class-DBI-SQLite>=0:${PORTSDIR}/databases/p5-Class-DBI-SQLite \
|
|
p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite \
|
|
p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
|
|
p5-Class-DBI>=0:${PORTSDIR}/databases/p5-Class-DBI \
|
|
p5-Class-DBI-DATA-Schema>=0:${PORTSDIR}/databases/p5-Class-DBI-DATA-Schema \
|
|
p5-Class-DBI-Loader>=0:${PORTSDIR}/databases/p5-Class-DBI-Loader \
|
|
p5-File-Temp>=0:${PORTSDIR}/devel/p5-File-Temp \
|
|
p5-Getopt-Long>=0:${PORTSDIR}/devel/p5-Getopt-Long \
|
|
p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
|
|
p5-SQL-Translator>=0:${PORTSDIR}/databases/p5-SQL-Translator \
|
|
p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple \
|
|
p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML \
|
|
p5-Test-Differences>=0:${PORTSDIR}/devel/p5-Test-Differences \
|
|
p5-XML-XPath>=0:${PORTSDIR}/textproc/p5-XML-XPath \
|
|
p5-ExtUtils-AutoInstall>=0:${PORTSDIR}/devel/p5-ExtUtils-AutoInstall
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= JSAN::Shell.3 JSAN.3 JSAN::Indexer::Creator.3 JSAN::Indexer.3
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 500601
|
|
IGNORE= requires perl 5.6.x or later. Install lang/perl5.8 then try again
|
|
.endif
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e "40 s,new,new(\'jsan\')," ${WRKSRC}/lib/JSAN.pm
|
|
${FIND} ${WRKSRC}/lib -name "*.bak" -delete
|
|
|
|
.include <bsd.port.post.mk>
|