From 6dd7168cddcf03645b7b524d0eaec762ba4a5c26 Mon Sep 17 00:00:00 2001 From: will Date: Sat, 17 Jun 2000 02:37:15 +0000 Subject: Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX. Add some missing/wrong dependencies. Show how to respect CC/CFLAGS. Many miscellaneous modifications. I used more excessive hacks to force p5-Jcode and p5-WWW-Search to respect CC/CFLAGS. Patches largely done by: Christian Weisgerber --- net/p5-Net-DNS/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'net/p5-Net-DNS') diff --git a/net/p5-Net-DNS/Makefile b/net/p5-Net-DNS/Makefile index 11365bc..72d8a99 100644 --- a/net/p5-Net-DNS/Makefile +++ b/net/p5-Net-DNS/Makefile @@ -5,16 +5,16 @@ # $FreeBSD$ # -PORTNAME= p5-Net-DNS +PORTNAME= Net-DNS PORTVERSION= 0.12 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net -DISTNAME= Net-DNS-0.12 +PKGNAMEPREFIX= p5- MAINTAINER= jfitz@FreeBSD.org -USE_PERL5= YES +USE_PERL5= yes MAN3= Net::DNS.3 Net::DNS::Header.3 Net::DNS::Packet.3 \ Net::DNS::Question.3 Net::DNS::RR.3 Net::DNS::RR::A.3 \ -- cgit v1.1