openbsd-ports/devel/p5-Regexp-Shellish/Makefile
kevlo 54e9d8fe45 Initial import of p5-Regexp-Shellish 0.93
This module is for shell-like regular expressions.
2004-12-09 08:43:27 +00:00

21 lines
440 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2004/12/09 08:43:27 kevlo Exp $
COMMENT= "module for shell-like regular expressions"
DISTNAME= Regexp-Shellish-0.93
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Regexp/}
CONFIGURE_STYLE= perl
.include <bsd.port.mk>