freebsd-ports/www/p5-WWW-Dilbert/Makefile
Adam Weinberger e2098037aa Remove TEST dependency on p5-Test-Simple when the version in core is
sufficient.

Thanks to az for showing me the light here.
2015-02-26 16:54:41 +00:00

22 lines
463 B
Makefile

# Created by: Cheng-Lung Sung <clsung@dragon2.net>
# $FreeBSD$
PORTNAME= WWW-Dilbert
PORTVERSION= 1.19
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Dilbert of the day comic strip archive and retrieval module
BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= modbuild
CONFIGURE_ARGS= </dev/null
.include <bsd.port.mk>