c87b95273c
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
21 lines
392 B
Makefile
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>
|