1234567891011121314151617 |
- # $OpenBSD: Makefile,v 1.14 2016/03/20 19:57:08 naddy Exp $
- COMMENT= Quote strings for passing through the shell
- MODULES= cpan
- PKG_ARCH= *
- DISTNAME= String-ShellQuote-1.04
- REVISION= 0
- CATEGORIES= textproc
- MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
- # perl
- PERMIT_PACKAGE_CDROM= Yes
- .include <bsd.port.mk>
|