95768a91f2
This module allows you to set a default set of flags to all regexes in a particular namespace.
19 lines
375 B
Makefile
19 lines
375 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2007/02/07 09:25:21 msf Exp $
|
|
|
|
COMMENT= "set default flags on regular expressions"
|
|
|
|
MODULES= cpan
|
|
|
|
DISTNAME= Regexp-DefaultFlags-0.01
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|