SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
23
textproc/p5-SWISH-API/Makefile
Normal file
23
textproc/p5-SWISH-API/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
BROKEN-aarch64 = segfault during configure stage
|
||||
|
||||
COMMENT = Perl interface to the swish-e C library
|
||||
|
||||
DISTNAME = swish-e-2.4.7
|
||||
PKGNAME = p5-SWISH-API-0.04
|
||||
REVISION = 7
|
||||
CATEGORIES = textproc
|
||||
MODULES = cpan
|
||||
|
||||
HOMEPAGE = http://swish-e.org/
|
||||
MASTER_SITES = ${HOMEPAGE}distribution/
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
WANTLIB += c m perl z swish-e>=2.1
|
||||
|
||||
LIB_DEPENDS = textproc/swish-e>=2.4.7
|
||||
|
||||
WRKSRC = ${WRKDIST}/perl
|
||||
|
||||
.include <bsd.port.mk>
|
2
textproc/p5-SWISH-API/distinfo
Normal file
2
textproc/p5-SWISH-API/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (swish-e-2.4.7.tar.gz) = Xd1UH/jss8eK1sp2x55iD0V/rJ99ByGth+n6Iv6ZeWI=
|
||||
SIZE (swish-e-2.4.7.tar.gz) = 1523786
|
3
textproc/p5-SWISH-API/pkg/DESCR
Normal file
3
textproc/p5-SWISH-API/pkg/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
SWISH::API is an Object Oriented Perl interface to the swish-e C
|
||||
library. This can be used to embed the swish-e search code into your
|
||||
perl program avoiding the need to run the swish-e binary for searching.
|
6
textproc/p5-SWISH-API/pkg/PLIST
Normal file
6
textproc/p5-SWISH-API/pkg/PLIST
Normal file
|
@ -0,0 +1,6 @@
|
|||
${P5ARCH}/SWISH/
|
||||
${P5ARCH}/SWISH/API.pm
|
||||
${P5ARCH}/auto/SWISH/
|
||||
${P5ARCH}/auto/SWISH/API/
|
||||
${P5ARCH}/auto/SWISH/API/API.so
|
||||
@man man/man3p/SWISH::API.3p
|
Loading…
Add table
Add a link
Reference in a new issue