aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-HTML-Adsense/Makefile
blob: 7d4ea84036ceef6ce867624f6570f8fc4bb8ddc6 (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
# New ports collection makefile for:    p5-HTML-Adsense
# Date created:     2007-06-29
# Whom:         Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#

PORTNAME=   HTML-Adsense
PORTVERSION=    0.2
CATEGORIES= www perl5
MASTER_SITES=   CPAN
MASTER_SITE_SUBDIR= HTML
PKGNAMEPREFIX=  p5-

MAINTAINER= gslin@gslin.org
COMMENT=    Create adsense widgets easily

RUN_DEPENDS=    p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor

USES=       perl5
USE_PERL5=  configure

MAN3=       HTML::Adsense.3

post-patch:
    ${RM} -f ${WRKSRC}/lib/HTML/._Adsense.pm

.include <bsd.port.mk>