1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

- Add LICENSE

- Pet portlint
This commit is contained in:
Dmitry Marakasov 2016-11-23 15:17:10 +00:00
parent 08eb9f5168
commit 5e505f406a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=426937

View File

@ -10,13 +10,15 @@ MASTER_SITES= http://www.mavetju.org/download/
MAINTAINER= ports@FreeBSD.org
COMMENT= Multiplex multiple PostgreSQL databases to one relay
LICENSE= BSD2CLAUSE # from website
USES= perl5
USE_PERL5= build
USE_RC_SUBR= postgresql-relay
PLIST_FILES= bin/postgresql-relay etc/postgresql-relay.conf-sample \
man/man8/postgresql-relay.8.gz
USE_RC_SUBR= postgresql-relay
USES+= perl5
USE_PERL5= build
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/postgresql-relay ${STAGEDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/postgresql-relay.conf-sample \