mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
a9db189e2b
This fixes a denial-of-service vulnerability in the www/rt42 port which depends on mail/p5-Email-Address-List MFH: 2014Q1 Security: d1dfc4c7-8791-11e3-a371-6805ca0b3d42
26 lines
519 B
Makefile
26 lines
519 B
Makefile
# Created by: Matthew Seaman <matthew@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Email-Address-List
|
|
PORTVERSION= 0.03
|
|
CATEGORIES= mail perl5
|
|
MASTER_SITES= http://download.bestpractical.com/mirror/ \
|
|
CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= matthew@FreeBSD.org
|
|
COMMENT= RFC-close address list parsing
|
|
|
|
BUILD_DEPENDS= p5-Email-Address>0:${PORTSDIR}/mail/p5-Email-Address
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
NO_ARCH= yes
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
regression-test: build
|
|
@cd ${WRKSRC} && ${MAKE} test
|
|
|
|
.include <bsd.port.mk>
|