diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-01-27 21:31:46 +0800 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-01-27 21:31:46 +0800 |
commit | cfd5831b3fee50bd76f0893c4028790282ad4934 (patch) | |
tree | 99ea6d4596772d2540e0dd2f5eeee3f3cb2c8dd9 /net-im | |
parent | cd4039499a59080887ec1ba4d5298487114a2688 (diff) | |
download | freebsd-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/Makefile | 9 |
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> |