diff options
author | az <az@FreeBSD.org> | 2013-09-02 01:05:52 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-02 01:05:52 +0800 |
commit | 3084266dcffc288ae1594cb887f5007e718fb980 (patch) | |
tree | 612f52cadaf854884bec33076546f44fc6024959 /devel | |
parent | 4390a6d8123d47144feb233e0a44931792c3afd4 (diff) | |
download | freebsd-ports-gnome-3084266dcffc288ae1594cb887f5007e718fb980.tar.gz freebsd-ports-gnome-3084266dcffc288ae1594cb887f5007e718fb980.tar.zst freebsd-ports-gnome-3084266dcffc288ae1594cb887f5007e718fb980.zip |
- Resolve of using PERL_CONFIGURE and USE_PERL5 together
- Convert to new perl5 framework
- Trim Makefile header
- Use single space after WWW: in pkg-descr and adjust URL look
With hat: perl@
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-UUID/Makefile | 10 | ||||
-rw-r--r-- | devel/p5-UUID/pkg-descr | 2 |
2 files changed, 4 insertions, 8 deletions
diff --git a/devel/p5-UUID/Makefile b/devel/p5-UUID/Makefile index 037a018155a9..7a292366086e 100644 --- a/devel/p5-UUID/Makefile +++ b/devel/p5-UUID/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-UUID -# Date created: 2011-07-10 -# Whom: Steve Wills <swills@FreeBSD.org> -# +# Created by: Steve Wills <swills@FreeBSD.org> # $FreeBSD$ -# PORTNAME= UUID PORTVERSION= 0.04 @@ -17,8 +13,8 @@ COMMENT= Perl extension for using UUID interfaces as defined in e2fsprogs LIB_DEPENDS= uuid:${PORTSDIR}/misc/e2fsprogs-libuuid -USE_PERL5= yes -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure CFLAGS+= -I${LOCALBASE}/include MAN3= UUID.3 diff --git a/devel/p5-UUID/pkg-descr b/devel/p5-UUID/pkg-descr index 7b7db2af51d9..c33e7b5c9590 100644 --- a/devel/p5-UUID/pkg-descr +++ b/devel/p5-UUID/pkg-descr @@ -1,3 +1,3 @@ UUID - Perl extension for using UUID interfaces as defined in e2fsprogs. -WWW: http://search.cpan.org/~jnh/UUID/ +WWW: http://search.cpan.org/dist/UUID/ |