freebsd-ports/mail/p5-Net-SMTP-Server/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

25 lines
505 B
Makefile

# Created by: Kimura Fuyuki <fuyuki@mj.0038.net>
# $FreeBSD$
PORTNAME= Net-SMTP-Server
PORTVERSION= 1.1
PORTREVISION= 2
CATEGORIES= mail perl5
MASTER_SITES= CPAN http://www.macgyver.org/software/perl/
PKGNAMEPREFIX= p5-
DISTNAME= SMTP-Server-${PORTVERSION}
MAINTAINER= perl@FreeBSD.org
COMMENT= Native Perl SMTP Server
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= p5-Net-DNS>=0:dns/p5-Net-DNS
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>