diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-11 18:17:13 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-11 18:17:13 +0800 |
commit | f7139dfe8d3e1453554b1d3bfaa44a2c61eeca45 (patch) | |
tree | 8192afb8ecc88de6c57b97d2a51bab32bbfcfe4d /mail | |
parent | 68692995cbaac4f6060019d2a564ff89cef7e7b1 (diff) | |
download | freebsd-ports-gnome-f7139dfe8d3e1453554b1d3bfaa44a2c61eeca45.tar.gz freebsd-ports-gnome-f7139dfe8d3e1453554b1d3bfaa44a2c61eeca45.tar.zst freebsd-ports-gnome-f7139dfe8d3e1453554b1d3bfaa44a2c61eeca45.zip |
- Add LICENSE
- Fix shebangs
- Add NO_ARCH
MFH: 2015Q2
Diffstat (limited to 'mail')
-rw-r--r-- | mail/pymsgauth/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/mail/pymsgauth/Makefile b/mail/pymsgauth/Makefile index 19b6fa66aa89..c4a0eabae962 100644 --- a/mail/pymsgauth/Makefile +++ b/mail/pymsgauth/Makefile @@ -3,16 +3,21 @@ PORTNAME= pymsgauth PORTVERSION= 2.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail python MASTER_SITES= http://pyropus.ca/software/pymsgauth/ MAINTAINER= ports@FreeBSD.org COMMENT= Automatically process qsecretary confirmation requests +LICENSE= GPLv2 # only +LICENSE_FILE= ${WRKSRC}/COPYING + USES= python shebangfix -SHEBANG_FILES= pymsgauth-clean pymsgauth-confirm pymsgauth-mail +SHEBANG_FILES= pymsgauth-clean pymsgauth-confirm pymsgauth-mail \ + ConfParser.py pymsgauth.py NO_BUILD= yes +NO_ARCH= yes SUB_FILES= pkg-message |