blob: f37cda33fc4fb6afbb647920a1efdddf270c379a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: Dan Langille <dvl@FreeBSD.org>
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>
|