aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2013-05-07 02:14:30 +0800
committersunpoet <sunpoet@FreeBSD.org>2013-05-07 02:14:30 +0800
commit56e7c09f21b2932ab32e06030cc7c057fb2fb76f (patch)
tree9abb3a24fdd81380dff49985b35ae17c384bec62
parent5f71e1f7a494cf78084e67ecfb8d9265aeb3a27c (diff)
downloadfreebsd-ports-gnome-56e7c09f21b2932ab32e06030cc7c057fb2fb76f.tar.gz
freebsd-ports-gnome-56e7c09f21b2932ab32e06030cc7c057fb2fb76f.tar.zst
freebsd-ports-gnome-56e7c09f21b2932ab32e06030cc7c057fb2fb76f.zip
- Add LICENSE
- Fix OPTIONSFILE issue PR: ports/177796 Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
-rw-r--r--mail/py-spf/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/mail/py-spf/Makefile b/mail/py-spf/Makefile
index 03687ad241df..adf396f6b285 100644
--- a/mail/py-spf/Makefile
+++ b/mail/py-spf/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: py-spf
-# Date created: 26 Dec 2004
-# Whom: Marcus Alves Grando <mnag@FreeBSD.org>
-#
+# Created by: Marcus Alves Grando <mnag@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= spf
PORTVERSION= 2.0.7
@@ -15,9 +11,12 @@ DISTNAME= py${PORTNAME}-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Python implementation of the RFC 4408 SPF protocol
+LICENSE= PSFL
+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dns>=0:${PORTSDIR}/dns/py-dns
OPTIONS_DEFINE= DOCS
+OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options
USE_PYTHON= yes
USE_PYDISTUTILS= yes