diff options
author | az <az@FreeBSD.org> | 2013-07-31 19:56:17 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-07-31 19:56:17 +0800 |
commit | bdf441a301bf87d593e86acea1f474e6232479c1 (patch) | |
tree | 44a97c66747f24c5fab92020a97ab60bb4e93db7 /news/p5-News-Article | |
parent | fc92a75e275451c4dc21ae4719d43e87ecca2d85 (diff) | |
download | freebsd-ports-gnome-bdf441a301bf87d593e86acea1f474e6232479c1.tar.gz freebsd-ports-gnome-bdf441a301bf87d593e86acea1f474e6232479c1.tar.zst freebsd-ports-gnome-bdf441a301bf87d593e86acea1f474e6232479c1.zip |
- Convert to new perl framework
- Trim Makefile header
Diffstat (limited to 'news/p5-News-Article')
-rw-r--r-- | news/p5-News-Article/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/news/p5-News-Article/Makefile b/news/p5-News-Article/Makefile index 3dced38218cf..1a7478e7deba 100644 --- a/news/p5-News-Article/Makefile +++ b/news/p5-News-Article/Makefile @@ -14,7 +14,8 @@ COMMENT= Object for handling Usenet articles in mail or news form BUILD_DEPENDS= p5-Net>=0:${PORTSDIR}/net/p5-Net RUN_DEPENDS= p5-Net>=0:${PORTSDIR}/net/p5-Net -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= News::Article.3 News::AutoReply.3 News::FormArticle.3 \ News::FormReply.3 |