mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
31 lines
567 B
Makefile
31 lines
567 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= DBD-cego
|
|
PORTVERSION= 1.3.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= http://www.lemke-it.com/
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= pi@FreeBSD.org
|
|
COMMENT= Cego DBI driver for Perl 5
|
|
|
|
LICENSE= GPLv3
|
|
|
|
BUILD_DEPENDS= p5-DBI>=1.631:databases/p5-DBI
|
|
RUN_DEPENDS= p5-DBI>=1.631:databases/p5-DBI
|
|
LIB_DEPENDS= libcego.so:databases/cego
|
|
|
|
.if defined(.PARSEDIR)
|
|
USES= gmake
|
|
.endif
|
|
|
|
USES+= perl5
|
|
USE_PERL5= configure
|
|
CC:= ${CXX}
|
|
|
|
post-stage:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/DBD/Cego/Cego.so
|
|
|
|
.include <bsd.port.mk>
|