aboutsummaryrefslogtreecommitdiffstats
path: root/mail/dkimproxy/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/dkimproxy/Makefile')
-rw-r--r--mail/dkimproxy/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/mail/dkimproxy/Makefile b/mail/dkimproxy/Makefile
index 600cb2dc3b0c..20dbb48279c5 100644
--- a/mail/dkimproxy/Makefile
+++ b/mail/dkimproxy/Makefile
@@ -6,19 +6,20 @@
#
PORTNAME= dkimproxy
-PORTVERSION= 1.3
+PORTVERSION= 1.4.1
CATEGORIES= mail
MASTER_SITES= SF
MAINTAINER= yanagisawa@csg.is.titech.ac.jp
COMMENT= DKIM filter for Postfix
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
+
BUILD_DEPENDS= ${SITE_PERL}/Mail/DKIM.pm:${PORTSDIR}/mail/p5-Mail-DKIM \
${SITE_PERL}/Net/Server.pm:${PORTSDIR}/net/p5-Net-Server \
${SITE_PERL}/Error.pm:${PORTSDIR}/lang/p5-Error
-RUN_DEPENDS= ${BUILD_DEPENDS}
-
-LICENSE= GPLv2
+RUN_DEPENDS:= ${BUILD_DEPENDS}
GNU_CONFIGURE= yes
USE_PERL5= yes