svn commit: r388070 - head/net/p5-Net-Z3950-SimpleServer

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun May 31 13:16:30 UTC 2015


Author: amdmi3
Date: Sun May 31 13:16:29 2015
New Revision: 388070
URL: https://svnweb.freebsd.org/changeset/ports/388070

Log:
  - Fix shebangs
  - Add LICENSE
  
  Approved by:	portmgr blanket
  MFH:		2015Q2

Modified:
  head/net/p5-Net-Z3950-SimpleServer/Makefile

Modified: head/net/p5-Net-Z3950-SimpleServer/Makefile
==============================================================================
--- head/net/p5-Net-Z3950-SimpleServer/Makefile	Sun May 31 13:15:59 2015	(r388069)
+++ head/net/p5-Net-Z3950-SimpleServer/Makefile	Sun May 31 13:16:29 2015	(r388070)
@@ -3,6 +3,7 @@
 
 PORTNAME=	Net-Z3950-SimpleServer
 PORTVERSION=	1.20
+PORTREVISION=	1
 CATEGORIES=	net perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -10,9 +11,13 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	demon at 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
+USES=		perl5 shebangfix
+SHEBANG_FILES=	ztest.pl grs_test.pl logging-server.pl
 USE_PERL5=	configure
 CONFIGURE_ENV=	LOCALBASE=${LOCALBASE}
 


More information about the svn-ports-head mailing list