diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2011-01-20 16:19:13 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2011-01-20 16:19:13 +0000 |
commit | dec3920c8bdb24535289bc26200ada115ba87cc1 (patch) | |
tree | 9ae38b87a124e1803dfdd3f0fb4b6571d1baab6d /mail/qmailadmin/Makefile | |
parent | be15d3a89348567d27e19df35c8ed20298afe614 (diff) | |
download | ports-dec3920c8bdb24535289bc26200ada115ba87cc1.tar.gz ports-dec3920c8bdb24535289bc26200ada115ba87cc1.zip |
Notes
Diffstat (limited to 'mail/qmailadmin/Makefile')
-rw-r--r-- | mail/qmailadmin/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/qmailadmin/Makefile b/mail/qmailadmin/Makefile index a27e3698e792..8ab939ceade8 100644 --- a/mail/qmailadmin/Makefile +++ b/mail/qmailadmin/Makefile @@ -6,7 +6,7 @@ # PORTNAME= qmailadmin -PORTVERSION= 1.2.14 +PORTVERSION= 1.2.15 PORTEPOCH= 2 CATEGORIES= mail www MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-stable/${PORTVERSION} @@ -37,6 +37,9 @@ BUILD_DEPENDS+= ezmlm-idx:${PORTSDIR}/mail/ezmlm-idx RUN_DEPENDS+= ezmlm-idx:${PORTSDIR}/mail/ezmlm-idx .endif +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual + CONFLICTS= qmailadmin-devel-1.* GNU_CONFIGURE= YES |