1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/graphics/p5-Image-PNG-Libpng/Makefile

21 lines
351 B
Makefile
Raw Normal View History

# $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>