freebsd-ports/net/wakeonlan/Makefile
Rodrigo Osorio ccf14dbaa5 net/wakeonlan: update to 0.42
Major changes:
    - Update project page
    - Update main maintainers email address
    - Minor documentation updates (links)
    - Test suite (developer)

Full changelog : https://github.com/jpoliv/wakeonlan/blob/v0.42/Changes
2022-12-11 16:09:12 +01:00

24 lines
486 B
Makefile

PORTNAME= wakeonlan
PORTVERSION= 0.42
CATEGORIES= net
MAINTAINER= rodrigo@FreeBSD.org
COMMENT= Sends magic packets to WOL enabled NIC to switch on the called PC
WWW= https://github.com/jpoliv/wakeonlan
LICENSE= ART20
USE_GITHUB= yes
GH_ACCOUNT= jpoliv
GH_TAGNAME= 4beb45d
USES= perl5
USE_PERL5= configure
OPTIONS_DEFINE= EXAMPLES
post-install:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/examples/lab001.wol ${STAGEDIR}${EXAMPLESDIR}
.include <bsd.port.mk>