2c63b42792
from new maintainer Jasper Lievisse Adriaanse <jasper at nedbsd.nl>
24 lines
503 B
Makefile
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>
|