- Strip shared library Changes: https://metacpan.org/changes/distribution/Image-PNG-Libpng
23 lines
450 B
Makefile
23 lines
450 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Image-PNG-Libpng
|
|
PORTVERSION= 0.49
|
|
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
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Image/PNG/Libpng/Libpng.so
|
|
|
|
.include <bsd.port.mk>
|