18 lines
384 B
Makefile
18 lines
384 B
Makefile
# $OpenBSD: Makefile,v 1.8 2010/09/09 19:29:02 jasper Exp $
|
|
|
|
COMMENT= Quote strings for passing through the shell
|
|
|
|
MODULES= cpan
|
|
DISTNAME= String-ShellQuote-1.04
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|