1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/mail/p5-Mail-Procmail/Makefile
Jimmy Olgeni e929aea23c Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
This round is @FreeBSD.org residents except teams.
2017-11-02 21:41:47 +00:00

21 lines
395 B
Makefile

# Created by: vanilla
# $FreeBSD$
PORTNAME= Mail-Procmail
PORTVERSION= 1.08
PORTREVISION= 2
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:devel/p5-LockFile-Simple \
p5-Mail-Tools>=0:mail/p5-Mail-Tools
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>