aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-Text-Hatena/Makefile
blob: 0b98a1b2fe95d87d2280fe0ae1dd2d696bb1cd5e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$

PORTNAME=   Text-Hatena
PORTVERSION=    0.20
PORTREVISION=   2
CATEGORIES= textproc perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.org
COMMENT=    Perl extension for formatting text with Hatena Style

BUILD_DEPENDS=  ${RUN_DEPENDS}
RUN_DEPENDS=    p5-Class-Data-Inheritable>=0:devel/p5-Class-Data-Inheritable \
        p5-Parse-RecDescent>=1.94:devel/p5-Parse-RecDescent \
        p5-Regexp-Assemble>=0.28:devel/p5-Regexp-Assemble
TEST_DEPENDS=   p5-Test-Base>=0:devel/p5-Test-Base

USES=       perl5
USE_PERL5=  configure

.include <bsd.port.mk>