Prune audio/xmmix
[dports.git] / mail / p5-Email-Find / Makefile
1 # Created by: Anton Berezin <tobez@tobez.org>
2 # $FreeBSD$
3
4 PORTNAME=       Email-Find
5 PORTVERSION=    0.10
6 PORTREVISION=   1
7 CATEGORIES=     mail perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     tobez@FreeBSD.org
12 COMMENT=        Find RFC 822 email addresses in plain text
13
14 BUILD_DEPENDS=  p5-Email-Valid>=0:mail/p5-Email-Valid
15 RUN_DEPENDS:=   ${BUILD_DEPENDS}
16
17 USES=           perl5
18 USE_PERL5=      configure
19
20 .include <bsd.port.mk>