aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-Regexp-Common/Makefile
blob: 8e27a13df5d9e01b9977cbc34b87ec1033f17d66 (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
24
25
26
27
28
29
30
31
32
# New ports collection makefile for:    devel/p5-Regexp-Common
# Date created:             25 November 2001
# Whom:                 Anton Berezin <tobez@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   Regexp-Common
PORTVERSION=    0.09
CATEGORIES= textproc perl5
MASTER_SITES=   ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Regexp
PKGNAMEPREFIX=  p5-

MAINTAINER= tobez@FreeBSD.org

PERL_CONFIGURE= yes

MAN3=       Regexp::Common.3 \
        Regexp::Common::URI.3 \
        Regexp::Common::balanced.3 \
        Regexp::Common::comment.3 \
        Regexp::Common::delimited.3 \
        Regexp::Common::list.3 \
        Regexp::Common::net.3 \
        Regexp::Common::number.3 \
        Regexp::Common::profanity.3 \
        Regexp::Common::whitespace.3

MANPREFIX=  ${PREFIX}/lib/perl5/${PERL_VERSION}

.include <bsd.port.mk>