mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
3f5a93a6f4
- Use USES=localbase instead of post-patch: Changes: https://metacpan.org/changes/distribution/Image-PNG-Libpng
21 lines
351 B
Makefile
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>
|