1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/databases/p5-DBZ_File/Makefile
Will Andrews 488749fefd Add p5-DBZ_File, a perl module for accessing DBZ databases.
PR:		18846
Submitted by;	Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
2000-07-02 08:08:14 +00:00

30 lines
661 B
Makefile

# New ports collection makefile for: p5-DBZ_File
# Date created: May 26th 2000
# Whom: Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
#
# $FreeBSD$
#
PORTNAME= DBZ_File
PORTVERSION= 1.1
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DBZ_File
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= leeym@cae.ce.ntu.edu.tw
USE_PERL5= yes
WRKSRC= ${WRKDIR}/DBZ_File
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= DBZ_File.3
do-configure:
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} -I ${FILESDIR} Makefile.PL \
LIBS= INC=-I${FILESDIR} CC="${CC}" CCFLAGS="${CFLAGS}"
.include <bsd.port.mk>