mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
8d6597e0bb
With hat: portmgr Sponsored by: Absolight
28 lines
622 B
Makefile
28 lines
622 B
Makefile
# Created by: Don Croyle <croyle@gelemna.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= News-Article
|
|
PORTVERSION= 1.27
|
|
PORTREVISION= 3
|
|
CATEGORIES= news perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Object for handling Usenet articles in mail or news form
|
|
|
|
BUILD_DEPENDS= p5-Net>=0:net/p5-Net
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
OPTIONS_DEFINE= PGP_SIGN
|
|
OPTIONS_DEFAULT=PGP_SIGN
|
|
PGP_SIGN_DESC= PGP::Sign support for header signing
|
|
|
|
PGP_SIGN_BUILD_DEPENDS= p5-PGP-Sign>=0:security/p5-PGP-Sign
|
|
PGP_SIGN_RUN_DEPENDS= p5-PGP-Sign>=0:security/p5-PGP-Sign
|
|
|
|
.include <bsd.port.mk>
|