aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-Apache-Clean2/Makefile
blob: 213a6c5d52a3282d784d8bdb5d96062a5f529119 (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
33
# New ports collection makefile for:    p5-Apache-Clean
# Date created:             Sep 09 2003
# Whom:                     Martin Matuska <martin@matuska.org>
#
# $FreeBSD$
#

PORTNAME=   Apache-Clean
PORTVERSION=    2.00
CATEGORIES= www perl5
MASTER_SITES=   CPAN
MASTER_SITE_SUBDIR= Apache/GEOFF
PKGNAMEPREFIX=  p5-
DISTNAME=   ${PORTNAME}-${PORTVERSION}_7

MAINTAINER= perl@FreeBSD.org
COMMENT=    A mod_perl interface into HTML::Clean

BUILD_DEPENDS=  mod_perl2>=0:${PORTSDIR}/www/mod_perl2 \
        p5-HTML-Clean>=0.8:${PORTSDIR}/www/p5-HTML-Clean

PERL_CONFIGURE= yes

MAN3=       Apache::Clean.3
DOCSDIR=    ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}

post-install:
.if !defined(NOPORTDOCS)
    @${MKDIR} ${DOCSDIR}
    @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif

.include <bsd.port.mk>