mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Fix shebangs
- Add LICENSE_FILE Approved by: portmgr blanket MFH: 2015Q3
This commit is contained in:
parent
d5391654c4
commit
02e542ac3b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=391934
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= powerman
|
||||
PORTVERSION= 2.3.20
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils parallel
|
||||
MASTER_SITES= https://github.com/chaos/powerman/releases/download/${PORTVERSION}/
|
||||
|
||||
@ -10,10 +11,12 @@ MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Tool for doing remote power control
|
||||
|
||||
LICENSE= GPLv2 # (or later)
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl
|
||||
|
||||
USES= libtool perl5
|
||||
USES= libtool perl5 shebangfix
|
||||
SHEBANG_FILES= heartbeat/powerman
|
||||
USE_PERL5= build
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-httppower --localstatedir=/var \
|
||||
|
Loading…
Reference in New Issue
Block a user