freebsd-ports/mail/p5-Email-Address-UseXS/Makefile
Dan Langille c87b95273c Add Email::Address::UseXS which is intended for use with mail/p5-Email-Sender
Email::Address::UseXS - ensure that any code uses Email::Address::XS instead of Email::Address

To use, simply add use Email::Address::UseXS; in your code before anything that tries to load in Email::Address.

Differential Revision:	https://reviews.freebsd.org/D18479
2019-01-04 19:02:36 +00:00

21 lines
392 B
Makefile

# Created by: Dan Langille <dvl@FreeBSD.org>
# $FreeBSD$
PORTNAME= Email-Address-UseXS
PORTVERSION= 1.000
CATEGORIES= mail perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= dvl@FreeBSD.org
COMMENT= Ensure that any code uses Email::Address::XS instead of Email::Address
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>