diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-05 21:10:48 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-05 21:10:48 +0000 |
commit | 92e3b54c42143a37f9471a578e308b7ba4703069 (patch) | |
tree | 52345fe26174ad6da72b1128986818316b6637fd /science/py-ws2300 | |
parent | 86b04a8194eede06e5c7bce98d10f88d115eb5f9 (diff) | |
download | ports-92e3b54c42143a37f9471a578e308b7ba4703069.tar.gz ports-92e3b54c42143a37f9471a578e308b7ba4703069.zip |
Notes
Diffstat (limited to 'science/py-ws2300')
-rw-r--r-- | science/py-ws2300/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/science/py-ws2300/Makefile b/science/py-ws2300/Makefile index cf331cc2055e..29b521e1a144 100644 --- a/science/py-ws2300/Makefile +++ b/science/py-ws2300/Makefile @@ -3,6 +3,7 @@ PORTNAME= ws2300 PORTVERSION= 1.9 +PORTREVISION= 1 CATEGORIES= science python MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION}-1 PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,9 +12,13 @@ MAINTAINER= stb@lassitu.de COMMENT= Driver for the LaCrosse WS-2300 weather station LICENSE= AGPLv3 +LICENSE_FILE= ${WRKSRC}/agpl-3.0.txt USES= python:2 USE_PYTHON= distutils autoplist +NO_ARCH= yes + +PLIST_FILES= bin/ws2300 man/man1/ws2300.1.gz post-install: ${INSTALL_SCRIPT} ${FILESDIR}/ws2300 ${STAGEDIR}${PREFIX}/bin/ws2300 |