2006-07-19 19:45:00 +02:00
|
|
|
# New ports collection makefile for: p5-WWW-Comic
|
|
|
|
# Date created: 2006/06/28
|
|
|
|
# Whom: chinsan <chinsan.tw@gmail.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= WWW-Comic
|
|
|
|
PORTVERSION= 1.06
|
2010-01-25 15:00:25 +01:00
|
|
|
PORTREVISION= 1
|
2006-07-19 19:45:00 +02:00
|
|
|
CATEGORIES= www perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-07-19 19:45:00 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2009-08-28 19:37:26 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2006-07-19 19:45:00 +02:00
|
|
|
COMMENT= Retrieve comic strip images
|
|
|
|
|
2010-01-25 15:00:25 +01:00
|
|
|
RUN_DEPENDS= p5-WWW-Dilbert>=1.19:${PORTSDIR}/www/p5-WWW-Dilbert \
|
2006-07-19 19:45:00 +02:00
|
|
|
p5-WWW-VenusEnvy>=1.10:${PORTSDIR}/www/p5-WWW-VenusEnvy
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
|
|
|
|
MAN3= WWW::Comic.3 WWW::Comic::Plugin::uComics.3 \
|
|
|
|
WWW::Comic::Plugin::MrWiggles.3 WWW::Comic::Plugin::UserFriendly.3 \
|
|
|
|
WWW::Comic::Plugin::VenusEnvy.3 WWW::Comic::Plugin::UFS.3 \
|
|
|
|
WWW::Comic::Plugin.3 WWW::Comic::Plugin::Dilbert.3 \
|
|
|
|
WWW::Comic::Plugin::Goats.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|