diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-01-17 01:33:20 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-01-17 01:33:20 +0800 |
commit | 51369898d389675759f44baed7961d59c8233c93 (patch) | |
tree | 8b4ec24d53e3f6345ace454c06ff938dbaf9a7a1 /net/p5-URI | |
parent | 03f706620f3d8413ee3403771d9bc2bc73023978 (diff) | |
download | freebsd-ports-gnome-51369898d389675759f44baed7961d59c8233c93.tar.gz freebsd-ports-gnome-51369898d389675759f44baed7961d59c8233c93.tar.zst freebsd-ports-gnome-51369898d389675759f44baed7961d59c8233c93.zip |
Massive style enforcement - use ^I instead of spaces for variables identation.
Diffstat (limited to 'net/p5-URI')
-rw-r--r-- | net/p5-URI/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/net/p5-URI/Makefile b/net/p5-URI/Makefile index aa0e55dab031..271203c69d12 100644 --- a/net/p5-URI/Makefile +++ b/net/p5-URI/Makefile @@ -6,18 +6,18 @@ # PORTNAME= URI -PORTVERSION= 1.09 -CATEGORIES= net perl5 +PORTVERSION= 1.09 +CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= URI +MASTER_SITE_SUBDIR= URI PKGNAMEPREFIX= p5- -MAINTAINER= ache@FreeBSD.org +MAINTAINER= ache@FreeBSD.org -BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 +BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 -USE_PERL5= YES -MAN3= URI.3 \ +USE_PERL5= yes +MAN3= URI.3 \ URI::data.3 \ URI::Escape.3 \ URI::file.3 \ @@ -29,6 +29,6 @@ MAN3= URI.3 \ MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL .include <bsd.port.mk> |