freebsd-ports/textproc/p5-String-CamelCase/Makefile
Wen Heping de2fcae4d4 - Update to 0.02
PR:		ports/142552
Submitted by:	TAKAHASHI Kaoru <kaoru@kaisei.org> (maintainer)
2010-01-11 02:22:34 +00:00

22 lines
436 B
Makefile

# New ports collection makefile for: p5-String-CamelCase
# Date created: 2007-10-30
# Whom: TAKAHASHI Kaoru <kaoru@kaisei.org>
#
# $FreeBSD$
#
PORTNAME= String-CamelCase
PORTVERSION= 0.02
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= String
PKGNAMEPREFIX= p5-
MAINTAINER= kaoru@kaisei.org
COMMENT= Perl module for camelcase, de-camelcase
PERL_CONFIGURE= yes
MAN3= String::CamelCase.3
.include <bsd.port.mk>