mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
e929aea23c
This round is @FreeBSD.org residents except teams.
21 lines
395 B
Makefile
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>
|