- Add LICENSE

- Fix OPTIONSFILE issue

PR:		ports/177796
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2013-05-06 18:14:30 +00:00
parent 17bcf0ce89
commit 1771c33ca4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=317536

View file

@ -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