diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-12-08 16:00:51 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-12-08 16:00:51 +0000 |
commit | ec12ec9041d30d0a85488cfc45d59da56801c364 (patch) | |
tree | 52aa006a8015a9d74330a0892dc63b11e7f74a02 /dns | |
parent | 065f21015f4aa19a475f7747ed7a75af4fc2f6ef (diff) | |
download | ports-ec12ec9041d30d0a85488cfc45d59da56801c364.tar.gz ports-ec12ec9041d30d0a85488cfc45d59da56801c364.zip |
- Use real PORTVERSION
Notes
Notes:
svn path=/head/; revision=374285
Diffstat (limited to 'dns')
-rw-r--r-- | dns/p5-Tie-DNS/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dns/p5-Tie-DNS/Makefile b/dns/p5-Tie-DNS/Makefile index 6a6ce44bf72f..fa56936e5bdd 100644 --- a/dns/p5-Tie-DNS/Makefile +++ b/dns/p5-Tie-DNS/Makefile @@ -2,13 +2,11 @@ # $FreeBSD$ PORTNAME= Tie-DNS -PORTVERSION= 1.133.260 -PORTREVISION= 1 +PORTVERSION= 1.133260 PORTEPOCH= 1 CATEGORIES= dns perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Tie interface to Net::DNS |