freebsd-ports/net/p5-Net-Z3950-SimpleServer/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

24 lines
587 B
Makefile

# New ports collection makefile for: p5-Net-Z3950-SimpleServer
# Date created: 12 March 2002
# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Net-Z3950-SimpleServer
PORTVERSION= 0.07
CATEGORIES= net perl5
MASTER_SITES= http://ftp.indexdata.dk/pub/simpleserver/
PKGNAMEPREFIX= p5-
MAINTAINER= demon@FreeBSD.org
COMMENT= A Perl module for developing Z39.50 servers
LIB_DEPENDS= yaz.2:${PORTSDIR}/net/yaz
PERL_CONFIGURE= yes
CONFIGURE_ENV+= LOCALBASE=${LOCALBASE}
MAN3= Net::Z3950::GRS1.3 Net::Z3950::SimpleServer.3
.include <bsd.port.mk>