Add p5-JSAN 0.07, javaScript Archive Network (JSAN) Shell.
PR: ports/107139 Submitted by: chinsan
This commit is contained in:
parent
5948bc61a3
commit
a24be62cb9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=180684
@ -187,6 +187,7 @@
|
||||
SUBDIR += p5-Expect
|
||||
SUBDIR += p5-F77
|
||||
SUBDIR += p5-Interpolation
|
||||
SUBDIR += p5-JSAN
|
||||
SUBDIR += p5-JavaScript
|
||||
SUBDIR += p5-JavaScript-SpiderMonkey
|
||||
SUBDIR += p5-JavaScript-Squish
|
||||
|
45
lang/p5-JSAN/Makefile
Normal file
45
lang/p5-JSAN/Makefile
Normal file
@ -0,0 +1,45 @@
|
||||
# New ports collection makefile for: p5-JSAN
|
||||
# Date created: 2006/12/23
|
||||
# Whom: chinsan
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= JSAN
|
||||
PORTVERSION= 0.07
|
||||
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
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
lang/p5-JSAN/distinfo
Normal file
3
lang/p5-JSAN/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (JSAN-0.07.tar.gz) = a9abc7f42ea79976c25d065ba5a6f805
|
||||
SHA256 (JSAN-0.07.tar.gz) = 2b70487c6aa59c270265a8247cf7be7b013291e8d2741ec5d4571185d5696b48
|
||||
SIZE (JSAN-0.07.tar.gz) = 17632
|
3
lang/p5-JSAN/pkg-descr
Normal file
3
lang/p5-JSAN/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
JSAN -- JavaScript Archive Network (JSAN) Shell
|
||||
|
||||
WWW: http://search.cpan.org/dist/JSAN/
|
9
lang/p5-JSAN/pkg-plist
Normal file
9
lang/p5-JSAN/pkg-plist
Normal file
@ -0,0 +1,9 @@
|
||||
bin/jsan
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/JSAN/.packlist
|
||||
%%SITE_PERL%%/JSAN.pm
|
||||
%%SITE_PERL%%/JSAN/Shell.pm
|
||||
%%SITE_PERL%%/JSAN/Indexer.pm
|
||||
%%SITE_PERL%%/JSAN/Indexer/Creator.pm
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/JSAN
|
||||
@dirrmtry %%SITE_PERL%%/JSAN/Indexer
|
||||
@dirrmtry %%SITE_PERL%%/JSAN
|
Loading…
Reference in New Issue
Block a user