mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
20 lines
421 B
Makefile
20 lines
421 B
Makefile
# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
|
|
|
|
PORTNAME= Email-Valid-Loose
|
|
PORTVERSION= 0.05
|
|
PORTREVISION= 1
|
|
CATEGORIES= mail perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Variation of Email::Valid which allows dot before at mark
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-Email-Valid>=0:mail/p5-Email-Valid
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|