openbsd-ports/textproc/p5-String-ShellQuote/Makefile

22 lines
479 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.1.1.1 2002/12/06 20:55:26 sturm Exp $
COMMENT= "Quote strings for passing through the shell"
DISTNAME= String-ShellQuote-1.00
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MAINTAINER= Jim Geovedi <jim@corebsd.or.id>
# 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
.include <bsd.port.mk>