18 lines
347 B
Makefile
18 lines
347 B
Makefile
# Created by: ijliao
|
|
|
|
PORTNAME= whatmask
|
|
PORTVERSION= 1.2
|
|
PORTREVISION= 2
|
|
CATEGORIES= net-mgmt
|
|
MASTER_SITES= http://downloads.laffeycomputer.com/current_builds/whatmask/
|
|
|
|
MAINTAINER= adamw@FreeBSD.org
|
|
COMMENT= Convert between common subnet mask notations
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|