aboutsummaryrefslogtreecommitdiff
path: root/devel/cram
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-05-25 21:03:01 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-05-25 21:03:01 +0000
commit45e1ca51d1279dca3573ec2c81834b53d25f2869 (patch)
tree6bd10187a1eb3bc013e310123afce33a8e320eb3 /devel/cram
parent4baaa7c0808d49a581bfa08909fc26ecb9060212 (diff)
downloadports-45e1ca51d1279dca3573ec2c81834b53d25f2869.tar.gz
ports-45e1ca51d1279dca3573ec2c81834b53d25f2869.zip
Add LICENSE_FILE
- Remove leading indefinite article from COMMENT Approved by: portmgr (blanket)
Notes
Notes: svn path=/head/; revision=441735
Diffstat (limited to 'devel/cram')
-rw-r--r--devel/cram/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/cram/Makefile b/devel/cram/Makefile
index 4f6271247f91..573ba98547b2 100644
--- a/devel/cram/Makefile
+++ b/devel/cram/Makefile
@@ -8,9 +8,10 @@ MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= cem@FreeBSD.org
-COMMENT= A simple testing framework for command line applications
+COMMENT= Simple testing framework for command line applications
LICENSE= GPLv2+
+LICENSE_FILE= ${WRKSRC}/COPYING.txt
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}check-manifest>=0:devel/py-check-manifest \
${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage \