diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2016-10-02 03:56:37 +0800 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2016-10-02 03:56:37 +0800 |
commit | b6ec693ea258c0626571cfa29af1db87728faeee (patch) | |
tree | 6d5657cd8fdefdafe84d4553ccd48b65bc37f23b /archivers/p5-Compress-LZO/Makefile | |
parent | aac4c84b60366758773bb08b6d9a4d27747791e7 (diff) | |
download | freebsd-ports-gnome-b6ec693ea258c0626571cfa29af1db87728faeee.tar.gz freebsd-ports-gnome-b6ec693ea258c0626571cfa29af1db87728faeee.tar.zst freebsd-ports-gnome-b6ec693ea258c0626571cfa29af1db87728faeee.zip |
Update to 1.09.
Changes: https://metacpan.org/changes/distribution/Compress-LZO
Diffstat (limited to 'archivers/p5-Compress-LZO/Makefile')
-rw-r--r-- | archivers/p5-Compress-LZO/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/archivers/p5-Compress-LZO/Makefile b/archivers/p5-Compress-LZO/Makefile index 643d0650c473..17ec598c98b0 100644 --- a/archivers/p5-Compress-LZO/Makefile +++ b/archivers/p5-Compress-LZO/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Compress-LZO -PORTVERSION= 1.08 -PORTREVISION= 4 +PORTVERSION= 1.09 CATEGORIES= archivers perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,15 +10,16 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Interface to the LZO compression library +LICENSE= GPLv2 + +BUILD_DEPENDS= p5-Devel-CheckLib>=0.9:devel/p5-Devel-CheckLib LIB_DEPENDS= liblzo2.so:archivers/lzo2 -CFLAGS+= -I${LOCALBASE}/include/lzo +CFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib USES= perl5 USE_PERL5= configure -post-patch: - @${REINPLACE_CMD} -i '' -e 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/Makefile.PL - post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Compress/LZO/LZO.so |