19 lines
412 B
Makefile
19 lines
412 B
Makefile
# $OpenBSD: Makefile,v 1.7 2010/07/13 20:14:23 sthen Exp $
|
|
|
|
COMMENT= Quote strings for passing through the shell
|
|
|
|
MODULES= cpan
|
|
DISTNAME= String-ShellQuote-1.03
|
|
REVISION= 1
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
|
|
|
# GPL/Artistic License
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|