2004-08-15 13:58:08 +00:00
|
|
|
# New ports collection makefile for: p5-WWW-Dilbert
|
|
|
|
# Date created: Aug 14 2004
|
|
|
|
# Whom: Cheng-Lung Sung <clsung@dragon2.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= WWW-Dilbert
|
2006-03-30 03:21:28 +00:00
|
|
|
PORTVERSION= 1.19
|
2005-12-14 03:18:56 +00:00
|
|
|
PORTEPOCH= 1
|
2004-08-15 13:58:08 +00:00
|
|
|
CATEGORIES= www perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= WWW
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2005-12-13 20:32:36 +00:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2006-01-06 02:21:00 +00:00
|
|
|
COMMENT= Dilbert of the day comic strip archive and retrieval module
|
2004-08-15 13:58:08 +00:00
|
|
|
|
2006-01-06 02:21:00 +00:00
|
|
|
RUN_DEPENDS= ${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
|
2004-08-15 13:58:08 +00:00
|
|
|
|
2006-03-30 03:21:28 +00:00
|
|
|
PERL_MODBUILD= yes
|
2004-08-15 13:58:08 +00:00
|
|
|
|
|
|
|
MAN3= WWW::Dilbert.3
|
|
|
|
|
2006-01-06 02:21:00 +00:00
|
|
|
.include <bsd.port.mk>
|