diff options
author | feld <feld@FreeBSD.org> | 2014-12-07 06:24:46 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2014-12-07 06:24:46 +0800 |
commit | 1ae68ce695c37946094fbc2b089acee0a0d43330 (patch) | |
tree | c8a95f6b5d5c9c099500f37197588b7a6d32ae70 /databases/pgpool | |
parent | e1c262334d42a18b608658ccf4b204f9b8ff8f82 (diff) | |
download | freebsd-ports-gnome-1ae68ce695c37946094fbc2b089acee0a0d43330.tar.gz freebsd-ports-gnome-1ae68ce695c37946094fbc2b089acee0a0d43330.tar.zst freebsd-ports-gnome-1ae68ce695c37946094fbc2b089acee0a0d43330.zip |
The pgpool license is actually an old minimal variant of the MIT license
Submitted by: antoine
Diffstat (limited to 'databases/pgpool')
-rw-r--r-- | databases/pgpool/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/databases/pgpool/Makefile b/databases/pgpool/Makefile index 7bd56d0cb161..cec59b4d6cd9 100644 --- a/databases/pgpool/Makefile +++ b/databases/pgpool/Makefile @@ -10,10 +10,7 @@ MASTER_SITES= http://pgfoundry.org/frs/download.php/1446/ MAINTAINER= ports@FreeBSD.org COMMENT= Connection pool server for PostgreSQL -LICENSE= PGPOOL -LICENSE_NAME= PGPOOL -LICENSE_FILE= ${WRKSRC}/COPYING -LICENSE_PERMS= dist-mirror pkg-mirror auto-accept +LICENSE= MIT USES= gmake GNU_CONFIGURE= yes |