diff options
author | Steve Wills <swills@FreeBSD.org> | 2013-12-18 15:49:52 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2013-12-18 15:49:52 +0000 |
commit | e195a4fac8e6a3b254f5e632ff10fb5b42514933 (patch) | |
tree | 09c0acefbd5012e094732056ed5f29877f5cccf8 /x11-toolkits/p5-Pango/Makefile | |
parent | 9386b7c7f84cb19dc39571ac9284a0d1fb7b7767 (diff) |
Notes
Diffstat (limited to 'x11-toolkits/p5-Pango/Makefile')
-rw-r--r-- | x11-toolkits/p5-Pango/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/x11-toolkits/p5-Pango/Makefile b/x11-toolkits/p5-Pango/Makefile index c3911b509d50..ae44f2506d68 100644 --- a/x11-toolkits/p5-Pango/Makefile +++ b/x11-toolkits/p5-Pango/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Pango -PORTVERSION= 1.223 -PORTREVISION= 1 +PORTVERSION= 1.224 CATEGORIES= x11-toolkits lang perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:XAOC @@ -12,6 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= swills@FreeBSD.org COMMENT= Perl module for layout and render i18n text +LICENSE= LGPL21 + BUILD_DEPENDS= p5-ExtUtils-Depends>=0.300:${PORTSDIR}/devel/p5-ExtUtils-Depends \ p5-ExtUtils-PkgConfig>=1.03:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig \ p5-Cairo>=1:${PORTSDIR}/graphics/p5-Cairo \ @@ -21,11 +22,6 @@ RUN_DEPENDS= p5-Glib2>=1.220:${PORTSDIR}/devel/p5-Glib2 USE_GNOME= pango USES= perl5 USE_PERL5= configure -MAKE_JOBS_UNSAFE=yes - -NO_STAGE= yes -post-install: - @cd ${WRKSRC}/blib/man3 && ${FIND} * -name "*.3" | ${SED} \ - 's,^,${MAN3PREFIX:S,^${PREFIX}/,,}/man/man3/,' >> ${TMPPLIST} +MAKE_JOBS_UNSAFE= yes .include <bsd.port.mk> |