1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/mail/p5-Mail-Procmail/Makefile
2013-11-05 02:54:53 +00:00

21 lines
420 B
Makefile

# Created by: vanilla
# $FreeBSD$
PORTNAME= Mail-Procmail
PORTVERSION= 1.08
PORTREVISION= 1
CATEGORIES= mail perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl5 module provides procmail-like tools
RUN_DEPENDS= p5-LockFile-Simple>=0:${PORTSDIR}/devel/p5-LockFile-Simple \
p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>