blob: 0e6e95795d327d33a2c930e50e24f7e2506c4768 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# 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
PERL_CONFIGURE= yes
CONFIGURE_ARGS= DEFINE="-I${FILESDIR}"
WRKSRC= ${WRKDIR}/DBZ_File
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= DBZ_File.3
.include <bsd.port.mk>
|