- Fix shebangs
- Add LICENSE Approved by: portmgr blanket MFH: 2015Q2
This commit is contained in:
parent
7eee6e2076
commit
00fea9c70f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=388070
1 changed files with 6 additions and 1 deletions
|
@ -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@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}
|
||||
|
||||
|
|
Loading…
Reference in a new issue