openbsd-ports/net/netpipes/Makefile
merdely 241b722760 Remove surrounding quotes in COMMENT*/PERMIT_*/BROKEN/ERRORS
Add $OpenBSD$ to p5-SNMP-Info/Makefile (ok kili@, simon@)
2007-09-15 22:36:51 +00:00

23 lines
464 B
Makefile

# $OpenBSD: Makefile,v 1.8 2007/09/15 22:36:56 merdely Exp $
COMMENT= shell utilities to connect programs to sockets
DISTNAME= netpipes-4.2-export
CATEGORIES= net
HOMEPAGE= http://web.purplefrog.com/~thoth/netpipes/netpipes.html
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c
MASTER_SITES= ftp://ftp.purplefrog.com/pub/netpipes/
WRKDIST= ${WRKDIR}
NO_REGRESS= Yes
.include <bsd.port.mk>