openbsd-ports/textproc/p5-Text-Glob/Makefile

18 lines
331 B
Makefile
Raw Normal View History

2011-03-17 08:14:51 -04:00
# $OpenBSD: Makefile,v 1.7 2011/03/17 12:14:51 jasper Exp $
COMMENT= match globbing patterns against text
MODULES= cpan
2011-03-17 08:14:51 -04:00
DISTNAME= Text-Glob-0.09
CATEGORIES= textproc
2011-03-17 08:14:51 -04:00
# perl
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
2011-03-17 08:14:51 -04:00
CONFIGURE_STYLE= modbuild
.include <bsd.port.mk>