1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00
freebsd-ports/net/p5-Net-Z3950-SimpleServer/Makefile
Dmitry Marakasov 00fea9c70f - Fix shebangs
- Add LICENSE

Approved by:	portmgr blanket
MFH:		2015Q2
2015-05-31 13:16:29 +00:00

25 lines
533 B
Makefile

# Created by: Dmitry Sivachenko <demon@FreeBSD.org>
# $FreeBSD$
PORTNAME= Net-Z3950-SimpleServer
PORTVERSION= 1.20
PORTREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= demon@FreeBSD.org
COMMENT= Perl module for developing Z39.50 servers
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libyaz.so:${PORTSDIR}/net/yaz
USES= perl5 shebangfix
SHEBANG_FILES= ztest.pl grs_test.pl logging-server.pl
USE_PERL5= configure
CONFIGURE_ENV= LOCALBASE=${LOCALBASE}
.include <bsd.port.mk>