aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-String-CamelCase/Makefile
blob: fee6a82ece8e9187fd4c551ec7339640abb36c2d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: 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= sunpoet@FreeBSD.org
COMMENT=    Perl module for camelcase, de-camelcase

LICENSE=    ART10 GPLv1
LICENSE_COMB=   dual

USES=       perl5
USE_PERL5=  configure

.include <bsd.port.mk>