1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00
freebsd-ports/graphics/p5-Image-PNG-Libpng/Makefile
Sunpoet Po-Chuan Hsieh 3f5a93a6f4 Update to 0.46
- Use USES=localbase instead of post-patch:

Changes:	https://metacpan.org/changes/distribution/Image-PNG-Libpng
2018-09-20 19:28:33 +00:00

21 lines
351 B
Makefile

# $FreeBSD$
PORTNAME= Image-PNG-Libpng
DISTVERSION= 0.46
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl interface to the C library "libpng"
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LIB_DEPENDS= libpng.so:graphics/png
USES= localbase perl5
USE_PERL5= configure
.include <bsd.port.mk>