2006-06-17 13:11:36 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Class-DBI-Plugin-Senna
|
|
|
|
PORTVERSION= 0.01
|
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
2019-07-26 22:46:53 +02:00
|
|
|
PORTREVISION= 4
|
2006-06-17 13:11:36 +02:00
|
|
|
CATEGORIES= databases perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-06-17 13:11:36 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
|
|
COMMENT= Add Instant Fulltext Search Capability With Senna to Class::DBI
|
|
|
|
|
2016-04-01 16:00:51 +02:00
|
|
|
BUILD_DEPENDS= p5-Class-DBI>=0:databases/p5-Class-DBI \
|
|
|
|
p5-Senna>=0:textproc/p5-Senna
|
2006-06-17 13:11:36 +02:00
|
|
|
|
2013-09-17 11:00:42 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2006-06-17 13:11:36 +02:00
|
|
|
|
2006-08-31 02:39:10 +02:00
|
|
|
# With $TRYBROKEN, do "perl Makefile.PL" in verbose mode.
|
|
|
|
do-configure:
|
|
|
|
cd ${CONFIGURE_WRKSRC} && \
|
|
|
|
${SETENV} ${CONFIGURE_ENV} \
|
2016-04-13 12:36:15 +02:00
|
|
|
${PERL5} ${CONFIGURE_CMD} ${CONFIGURE_ARGS}
|
2006-08-31 02:39:10 +02:00
|
|
|
|
2015-08-19 19:24:23 +02:00
|
|
|
.include <bsd.port.mk>
|