diff options
author | Chin-San Huang <chinsan@FreeBSD.org> | 2009-03-23 19:25:39 +0000 |
---|---|---|
committer | Chin-San Huang <chinsan@FreeBSD.org> | 2009-03-23 19:25:39 +0000 |
commit | 301894c9682ad53d5053b52ac991e7ab67e3ed10 (patch) | |
tree | e0a87d39a4d0b3608d3fce77aaf225ca1a8f474f /net/pptpclient | |
parent | ba0e70d4e3cc77ad1bf7047e3f74221e763884bc (diff) | |
download | ports-301894c9682ad53d5053b52ac991e7ab67e3ed10.tar.gz ports-301894c9682ad53d5053b52ac991e7ab67e3ed10.zip |
- Add Perl as dependcy for install (pod2man) and perl scripts (ie. pptpsetup).
- Bump PORTREVISION
Notes
Notes:
svn path=/head/; revision=230787
Diffstat (limited to 'net/pptpclient')
-rw-r--r-- | net/pptpclient/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/pptpclient/Makefile b/net/pptpclient/Makefile index 5dfb8c621aba..dcff1e6f453a 100644 --- a/net/pptpclient/Makefile +++ b/net/pptpclient/Makefile @@ -7,7 +7,7 @@ PORTNAME= pptpclient PORTVERSION= 1.7.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= SF DISTNAME= pptp-${PORTVERSION} @@ -15,6 +15,8 @@ DISTNAME= pptp-${PORTVERSION} MAINTAINER= chinsan@FreeBSD.org COMMENT= PPTP client for establishing a VPN link with an NT server +USE_PERL5= yes + MAN8= pptp.8 MAKE_ARGS= DEBUG="" |