69931f1828
string ranges. WWW: http://search.cpan.org/dist/Range-String/ PR: ports/155755 Submitted by: Andrey Ignatov <rdna@rdna.ru>
24 lines
586 B
Makefile
24 lines
586 B
Makefile
# New ports collection makefile for: p5-Range-String
|
|
# Date created: 21 March 2011
|
|
# Whom: Andrey Ignatov <rdna@rdna.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Range-String
|
|
PORTVERSION= v0.01
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= rdna@rdna.ru
|
|
COMMENT= Perl5 module which provides interface to string ranges
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Range::Integer.3 Range::String.3 Range::String::Parse.3 \
|
|
Range::Interface::Object.3 Range::Interface::Parse.3 \
|
|
Range::String::Object.3 Range::Integer::Parse.3 \
|
|
Range::Integer::Object.3
|
|
|
|
.include <bsd.port.mk>
|