2004-01-09 14:34:07 +01:00
|
|
|
# New ports collection makefile for: Regexp::Shellish
|
|
|
|
# Date created: 8 Jan 2004
|
|
|
|
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Regexp-Shellish
|
|
|
|
PORTVERSION= 0.93
|
|
|
|
CATEGORIES= devel perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2004-01-09 14:34:07 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
|
|
COMMENT= Perl module for shell-like regular expressions
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Regexp::Shellish.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|