mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
27 lines
547 B
Makefile
27 lines
547 B
Makefile
# Created by: Aaron Dalton <aaron@FreeBSD.org>
|
|
|
|
PORTNAME= HTTP-Size
|
|
PORTVERSION= 1.153
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Get the byte size of an internet resource
|
|
|
|
LICENSE= ART20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-HTML-SimpleLinkExtor>=0:www/p5-HTML-SimpleLinkExtor \
|
|
p5-HTTP-Message>=0:www/p5-HTTP-Message \
|
|
p5-URI>=0:net/p5-URI \
|
|
p5-libwww>=0:www/p5-libwww
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|