blob: 59a203c8d3c34989de2d214f3311a0e1ca9d317b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Created by: Denis Pokataev <catone@cpan.org>
# $FreeBSD$
PORTNAME= String-Escape
PORTVERSION= 2010.002
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= catone@cpan.org
COMMENT= Registry of string functions, including backslash escapes
USES= perl5
USE_PERL5= configure
MAN3= String::Escape.3
NO_STAGE= yes
.include <bsd.port.mk>
|