1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/databases/p5-DBIWrapper/Makefile
David W. Chapman Jr. 823e9eade6 Update to 0.12
update pkg-descr to point out this is a Perl module (suggested by mi@)
rename port to p5-DBIWrapper (also suggested by mi@)

PR:		29130
Submitted by:	maintainer
2001-07-22 03:46:53 +00:00

29 lines
640 B
Makefile

# New ports collection makefile for: dbiwrapper
# Date Created: 30 June 2001
# Whom: Pete Fritchman <petef@databits.net>
#
# $FreeBSD$
#
PORTNAME= DBIWrapper
PORTVERSION= 0.12
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= dbiwrapper
PKGNAMEPREFIX= p5-
DISTNAME= dbi_wrapper-${PORTVERSION}
MAINTAINER= petef@databits.net
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
USE_PERL5= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= DBIWrapper.3
.include <bsd.port.mk>