mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
8c482078e3
ChangeLog: https://metacpan.org/source/BPS/Email-Address-List-0.06/Changes MFH: 2019Q1 Security: 22b90fe6-258e-11e9-9c8d-6805ca0b3d42
23 lines
449 B
Makefile
23 lines
449 B
Makefile
# Created by: Matthew Seaman <matthew@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Email-Address-List
|
|
PORTVERSION= 0.06
|
|
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= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-Email-Address>0:mail/p5-Email-Address
|
|
|
|
NO_ARCH= yes
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|