mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
0cd6991dd0
- Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/HTTP-Cookies-Mozilla/Changes
26 lines
533 B
Makefile
26 lines
533 B
Makefile
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= HTTP-Cookies-Mozilla
|
|
PORTVERSION= 2.032
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Cookie storage and management for Mozilla
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= p5-HTTP-Cookies>=1.25:www/p5-HTTP-Cookies
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
TEST_DEPENDS= p5-Text-Diff>=0:textproc/p5-Text-Diff \
|
|
sqlite3:databases/sqlite3
|
|
|
|
NO_ARCH= yes
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|