openbsd-ports/textproc/p5-String-ShellQuote/Makefile
steven 2c63b42792 update to 1.03, PKG_ARCH=*
from new maintainer Jasper Lievisse Adriaanse <jasper at nedbsd.nl>
2005-12-20 19:38:39 +00:00

24 lines
503 B
Makefile

# $OpenBSD: Makefile,v 1.2 2005/12/20 19:38:39 steven Exp $
COMMENT= "Quote strings for passing through the shell"
DISTNAME= String-ShellQuote-1.03
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MAINTAINER= Jasper Lievisse Adriaanse <jasper@nedbsd.nl>
# GPL/Artistic License
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=String/}
CONFIGURE_STYLE= perl
PKG_ARCH= *
.include <bsd.port.mk>