6998e8156e
Add missing filename suffix to LICENSE_FILE, without which causes an error at patch time: ===> Missing license file for GPLv3+ in /wrkdirs/usr/ports/www/py-rfc3987/work/rfc3987-1.3.7/COPYING *** Error code 1 Pointyhat: koobs (QA every change!) Reported by: pkg-fallout MFH: 2017Q3
21 lines
425 B
Makefile
21 lines
425 B
Makefile
# Created by: Kubilay Kocak <koobs@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rfc3987
|
|
PORTVERSION= 1.3.7
|
|
CATEGORIES= www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= koobs@FreeBSD.org
|
|
COMMENT= Parsing and validation of URIs (RFC 3986) and IRIs (RFC 3987)
|
|
|
|
LICENSE= GPLv3+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING.txt
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|