mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-14 12:31:18 +02:00
21 lines
443 B
Makefile
21 lines
443 B
Makefile
# Created by: Lars Thegler <lth@FreeBSD.org>
|
|
# $FreeBSD: head/mail/p5-Email-Address/Makefile 397360 2015-09-20 07:33:37Z wen $
|
|
|
|
PORTNAME= Email-Address
|
|
PORTVERSION= 1.90.8
|
|
CATEGORIES= mail perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= RFC 2822 Address Parsing and Creation
|
|
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|
|
#EOF
|