6415a63a39
PR: ports/143668 Submitted by: Denis Pokataev <catone xx cpan.org>
21 lines
475 B
Makefile
21 lines
475 B
Makefile
# New ports collection makefile for: p5-String-Escape
|
|
# Date Created: 15 May 2009
|
|
# Whom: 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
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= String::Escape.3
|
|
|
|
.include <bsd.port.mk>
|