aboutsummaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2018-01-27 21:31:46 +0800
committerDmitry Marakasov <amdmi3@FreeBSD.org>2018-01-27 21:31:46 +0800
commitcfd5831b3fee50bd76f0893c4028790282ad4934 (patch)
tree99ea6d4596772d2540e0dd2f5eeee3f3cb2c8dd9 /net-im
parentcd4039499a59080887ec1ba4d5298487114a2688 (diff)
downloadfreebsd-ports-gnome-cfd5831b3fee50bd76f0893c4028790282ad4934.tar.gz
freebsd-ports-gnome-cfd5831b3fee50bd76f0893c4028790282ad4934.tar.zst
freebsd-ports-gnome-cfd5831b3fee50bd76f0893c4028790282ad4934.zip
- Add LICENSE
- Fix shebangs
Diffstat (limited to 'net-im')
-rw-r--r--net-im/pebrot/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/net-im/pebrot/Makefile b/net-im/pebrot/Makefile
index fdcc36aea056..fd76b30d9fce 100644
--- a/net-im/pebrot/Makefile
+++ b/net-im/pebrot/Makefile
@@ -3,14 +3,19 @@
PORTNAME= pebrot
PORTVERSION= 0.8.9
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net-im
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Text-based MSN messenger client
-USES= python:2.7
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+USES= python:2.7 shebangfix
+SHEBANG_GLOB= *.py
USE_PYTHON= distutils autoplist
+NO_ARCH= yes
.include <bsd.port.mk>