freebsd-ports/databases/p5-DBZ_File/Makefile
Ying-Chieh Liao c634b4bb83 utilize SITE_PERL
PR:		58166
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2003-10-24 12:05:09 +00:00

32 lines
642 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@FreeBSD.org
COMMENT= Perl module to access a DBZ database
PERL_CONFIGURE= yes
CONFIGURE_ARGS= DEFINE="-I${FILESDIR}"
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500007
CONFIGURE_ARGS+= POLLUTE=1
.endif
WRKSRC= ${WRKDIR}/DBZ_File
MAN3= DBZ_File.3
.include <bsd.port.post.mk>