- Update LICENSE - Add LICENSE_FILE - Fix *_DEPENDS - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/HTTP-Cookies-iCab/Changes
24 lines
494 B
Makefile
24 lines
494 B
Makefile
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= HTTP-Cookies-iCab
|
|
PORTVERSION= 1.132
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Cookie storage and management for iCab
|
|
|
|
LICENSE= ART20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= p5-HTTP-Cookies>=1.25:www/p5-HTTP-Cookies \
|
|
p5-Text-Diff>=0:textproc/p5-Text-Diff
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
NO_ARCH= yes
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|