861d4ba907
- Fix typo: PORTREVISION - Make portlint happier PR: ports/157222 [1] Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
27 lines
607 B
Makefile
27 lines
607 B
Makefile
# New ports collection makefile for: p5-DBD-cego
|
|
# Date created: Jul 2, 2010
|
|
# Whom: Kurt Jaeger <fbsd-ports@opsec.eu>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= DBD-cego
|
|
PORTVERSION= 1.1.14
|
|
PORTREVISION= 1
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= http://www.lemke-it.com/
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= fbsd-ports@opsec.eu
|
|
COMMENT= A Cego DBI driver for Perl 5
|
|
|
|
BUILD_DEPENDS= p5-DBI>=1.61:${PORTSDIR}/databases/p5-DBI
|
|
RUN_DEPENDS= p5-DBI>=1.61:${PORTSDIR}/databases/p5-DBI
|
|
LIB_DEPENDS= cego.1:${PORTSDIR}/databases/cego
|
|
|
|
LICENSE= GPLv2
|
|
PERL_CONFIGURE= yes
|
|
CC:= ${CXX}
|
|
|
|
MAN3= DBD::Cego.3
|
|
|
|
.include <bsd.port.mk>
|