diff options
author | az <az@FreeBSD.org> | 2013-08-18 22:25:16 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-08-18 22:25:16 +0800 |
commit | d1ba17184cbf1990d10b312acd427dff1c5596df (patch) | |
tree | 83e469779da267ab5114aafd28b4f4cbe26df0f9 /net | |
parent | eb091bce96aff7552ed2c37846af746591d5ccaa (diff) | |
download | freebsd-ports-gnome-d1ba17184cbf1990d10b312acd427dff1c5596df.tar.gz freebsd-ports-gnome-d1ba17184cbf1990d10b312acd427dff1c5596df.tar.zst freebsd-ports-gnome-d1ba17184cbf1990d10b312acd427dff1c5596df.zip |
- Convert to new perl framework
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-BBS-Client/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/p5-BBS-Client/Makefile b/net/p5-BBS-Client/Makefile index e22bc7c6d593..9f41c0596d57 100644 --- a/net/p5-BBS-Client/Makefile +++ b/net/p5-BBS-Client/Makefile @@ -14,7 +14,8 @@ COMMENT= A Client Module For BBS Systems BUILD_DEPENDS= p5-Net-Telnet>=0:${PORTSDIR}/net/p5-Net-Telnet RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= BBS::Client.3 |