diff options
Diffstat (limited to 'net/radiator/Makefile')
-rw-r--r-- | net/radiator/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/net/radiator/Makefile b/net/radiator/Makefile index 7bb4feda0a95..97cbce630b76 100644 --- a/net/radiator/Makefile +++ b/net/radiator/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Radiator -PORTVERSION= 4.14 +PORTVERSION= 4.17 CATEGORIES= net MASTER_SITES= # fetch manually DIST_SUBDIR= ${PORTNAME} @@ -10,6 +10,11 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= lyngbol@wheel.dk COMMENT= Radiator Radius Server by Open System Consultants +LICENSE= radiator +LICENSE_NAME= Radiator +LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_PERMS= no-dist-mirror no-dist-sell no-pkg-mirror no-pkg-sell + OPTIONS_DEFINE= MYSQL MYSQL_DESC= MySQL support |