1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/www/p5-HTML-Adsense/Makefile
Andrej Zverev 3982ced0ba - Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
2012-06-30 05:52:54 +00:00

28 lines
527 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 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
PERL_CONFIGURE= yes
MAN3= HTML::Adsense.3
post-patch:
${RM} -f ${WRKSRC}/lib/HTML/._Adsense.pm
.include <bsd.port.mk>