freebsd-ports/textproc/p5-String-Escape/Makefile
Martin Wilke 2905f00618 String::Escape - Registry of string functions, including backslash escapes
WWW: http://search.cpan.org/dist/String-Escape/

PR:		ports/134564
Submitted by:	Denis Pokataev <catone at cpan.org>
2009-05-17 13:06:10 +00:00

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= 2002.001
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>