freebsd-ports/net-mgmt/whatmask/Makefile
Adam Weinberger d17ef79851 Partially revert r530801
The maintainer reset rule was not applied correctly. jlaffaye's ports
are reassigned back to him, with the exception of lang/go where both
quantity and length of timeouts made the reset appropriate and
necessary.

With hat:	portmgr
2020-04-06 17:04:43 +00:00

23 lines
494 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= whatmask
PORTVERSION= 1.2
PORTREVISION= 1
CATEGORIES= net-mgmt
MASTER_SITES= http://downloads.laffeycomputer.com/current_builds/whatmask/
MAINTAINER= jlaffaye@FreeBSD.org
COMMENT= Convert between common subnet mask notations
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
OPTIONS_DEFINE= DOCS
post-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>