p5-Imlib2 are perl bindings for Imlib2 graphics library.
PR: ports/25863 Submitted by: Jeremy Norris <ishmael27@home.com>
This commit is contained in:
parent
d51d809469
commit
29c7e1e039
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39975
@ -151,6 +151,7 @@
|
||||
SUBDIR += p5-GD-TextUtil
|
||||
SUBDIR += p5-Gimp
|
||||
SUBDIR += p5-Image-Size
|
||||
SUBDIR += p5-Imlib2
|
||||
SUBDIR += p5-chart
|
||||
SUBDIR += panorama
|
||||
SUBDIR += pgperl
|
||||
|
24
graphics/p5-Imlib2/Makefile
Normal file
24
graphics/p5-Imlib2/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# ports collection makefile for: p5-Imlib2
|
||||
# Date created: 16 March 2001
|
||||
# Whom: Jeremy Norris <ishmael27@home.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Imlib2
|
||||
PORTVERSION= 1.0.0
|
||||
CATEGORIES= graphics perl5
|
||||
MASTER_SITES= http://www.muhri.net/
|
||||
PKGNAMEPREFIX= p5-
|
||||
DISTNAME= ${PORTNAME}-Perl-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ishmael27@home.com
|
||||
|
||||
LIB_DEPENDS= Imlib2.1:${PORTSDIR}/graphics/imlib2
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
MAN3= Imlib2.3
|
||||
|
||||
.include <bsd.port.mk>
|
1
graphics/p5-Imlib2/distinfo
Normal file
1
graphics/p5-Imlib2/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Imlib2-Perl-1.0.0.tar.gz) = 459acfc57b1fc2308f707ff2f5508819
|
1
graphics/p5-Imlib2/pkg-comment
Normal file
1
graphics/p5-Imlib2/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Perl bindings for Imlib2
|
1
graphics/p5-Imlib2/pkg-descr
Normal file
1
graphics/p5-Imlib2/pkg-descr
Normal file
@ -0,0 +1 @@
|
||||
Perl bindings for Imlib2.
|
9
graphics/p5-Imlib2/pkg-plist
Normal file
9
graphics/p5-Imlib2/pkg-plist
Normal file
@ -0,0 +1,9 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Imlib2.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Imlib2/Object.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Imlib2/ooimlib.pl
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Imlib2/autosplit.ix
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Imlib2/Imlib2.bs
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Imlib2/Imlib2.so
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Imlib2/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Imlib2
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Imlib2
|
Loading…
Reference in New Issue
Block a user