Makefile 332 B

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