svn commit: r317536 - head/mail/py-spf

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon May 6 18:14:30 UTC 2013


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 at 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 at FreeBSD.org>
-#
+# Created by: Marcus Alves Grando <mnag at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	spf
 PORTVERSION=	2.0.7
@@ -15,9 +11,12 @@ DISTNAME=	py${PORTNAME}-${PORTVERSION}
 MAINTAINER=	sunpoet at 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


More information about the svn-ports-all mailing list