freebsd-ports/www/p5-HTML-Adsense/Makefile
Cheng-Lung Sung 726a07fa06 Add p5-HTML-Adsense 0.2, create adsense widgets easily.
PR:		ports/114128
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2007-07-02 02:54:01 +00:00

27 lines
531 B
Makefile

# 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
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= HTML
PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= Create adsense widgets easily
RUN_DEPENDS= ${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor
PERL_CONFIGURE= yes
MAN3= HTML::Adsense.3
post-patch:
${RM} -f ${WRKSRC}/lib/HTML/._Adsense.pm
.include <bsd.port.mk>