18 lines
330 B
Makefile
18 lines
330 B
Makefile
# Created by: will
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= String-RexxParse
|
|
PORTVERSION= 1.10
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Perl module that provides an interface to REXX parsing routines
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
MAN3= String::RexxParse.3
|
|
|
|
.include <bsd.port.mk>
|