mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
add p5-Kwiki-Search 0.11
Kwiki Search Plugin PR: 69494 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
This commit is contained in:
parent
8970b383d5
commit
036d6c9b3b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114543
@ -470,6 +470,7 @@
|
||||
SUBDIR += p5-IMDB-Movie
|
||||
SUBDIR += p5-Kwiki
|
||||
SUBDIR += p5-Kwiki-Revisions
|
||||
SUBDIR += p5-Kwiki-Search
|
||||
SUBDIR += p5-Kwiki-UserPreferences
|
||||
SUBDIR += p5-LWP-Authen-Wsse
|
||||
SUBDIR += p5-MasonX-Apache2Handler
|
||||
|
31
www/p5-Kwiki-Search/Makefile
Normal file
31
www/p5-Kwiki-Search/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
# New ports collection makefile for: p5-Kwiki-Search
|
||||
# Date created: Jul 24 2004
|
||||
# Whom: Cheng-Lung Sung <clsung@dragon2.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Kwiki-Search
|
||||
PORTVERSION= 0.11
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Kwiki
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= clsung@dragon2.net
|
||||
COMMENT= Kwiki Search Plugin
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Kwiki.pm:${PORTSDIR}/www/p5-Kwiki
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Kwiki::Search.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500601
|
||||
IGNORE= This port requires perl 5.6.x or later. Install lang/perl5 then try again
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
2
www/p5-Kwiki-Search/distinfo
Normal file
2
www/p5-Kwiki-Search/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (Kwiki-Search-0.11.tar.gz) = 1814356bbcae47d1c05c7e1e55d5e693
|
||||
SIZE (Kwiki-Search-0.11.tar.gz) = 8476
|
4
www/p5-Kwiki-Search/pkg-descr
Normal file
4
www/p5-Kwiki-Search/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Kwiki::Search - Kwiki Search Plugin
|
||||
|
||||
WWW: http://search.cpan.org/dist/Kwiki-Search/
|
||||
Author: Brian Ingerson <INGY at cpan.org>
|
4
www/p5-Kwiki-Search/pkg-plist
Normal file
4
www/p5-Kwiki-Search/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
%%SITE_PERL%%/Kwiki/Search.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Kwiki/Search/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Kwiki/Search
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Kwiki 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user