mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
4be31deab3
- Fix and update WWW Approved by: portmgr (blanket)
21 lines
368 B
Makefile
21 lines
368 B
Makefile
# Created by: Andrey Ignatov <rdna@rdna.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Range-String
|
|
PORTVERSION= v0.01
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= rdna@rdna.ru
|
|
COMMENT= Perl5 module which provides interface to string ranges
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|