Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 May 2013 18:14:30 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317536 - head/mail/py-spf
Message-ID:  <201305061814.r46IEUBr005262@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon May  6 18:14:30 2013
New Revision: 317536
URL: http://svnweb.freebsd.org/changeset/ports/317536

Log:
  - Add LICENSE
  - Fix OPTIONSFILE issue
  
  PR:		ports/177796
  Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>

Modified:
  head/mail/py-spf/Makefile

Modified: head/mail/py-spf/Makefile
==============================================================================
--- head/mail/py-spf/Makefile	Mon May  6 18:10:35 2013	(r317535)
+++ head/mail/py-spf/Makefile	Mon May  6 18:14:30 2013	(r317536)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305061814.r46IEUBr005262>