diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-06-25 23:02:02 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-06-25 23:02:02 +0800 |
commit | 17cb333ec1dc43a38b38d14fa2223c1cee89c53e (patch) | |
tree | 7e39ffc3649f048c39770811477a4889e3dd30e3 /textproc | |
parent | 1f4024649e5fc5eb1f8b906e79419775f95c8fdc (diff) | |
download | freebsd-ports-gnome-17cb333ec1dc43a38b38d14fa2223c1cee89c53e.tar.gz freebsd-ports-gnome-17cb333ec1dc43a38b38d14fa2223c1cee89c53e.tar.zst freebsd-ports-gnome-17cb333ec1dc43a38b38d14fa2223c1cee89c53e.zip |
Add PORTSCOUT
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py3-humanfriendly/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/py3-humanfriendly/Makefile b/textproc/py3-humanfriendly/Makefile index 51fb530a84f1..876a03f09373 100644 --- a/textproc/py3-humanfriendly/Makefile +++ b/textproc/py3-humanfriendly/Makefile @@ -2,6 +2,8 @@ MASTERDIR= ${.CURDIR}/../py-humanfriendly +PORTSCOUT= ignore:1 + USES= python:3.3+ .include "${MASTERDIR}/Makefile" |