mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
ab5e9b6238
PR: 192531 Submitted by: James Bailie
15 lines
342 B
Makefile
15 lines
342 B
Makefile
# Created by: James Bailie <jimmy@mammothcheese.ca>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= wackford-squeers
|
|
PORTVERSION= 1.19
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.mammothcheese.ca/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Plain text network hypertext server and client
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/bin/munger:${PORTSDIR}/lang/munger
|
|
|
|
.include <bsd.port.mk>
|