freebsd-ports/graphics/p5-Image-Imlib2/Makefile

25 lines
515 B
Makefile
Raw Normal View History

# New ports collection makefile for: p5-Image-Imlib2
# Date created: September 11th, 2003
# Whom: Erwin Lansing <erwin@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Image-Imlib2
2004-07-13 18:26:32 +02:00
PORTVERSION= 1.03
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Image
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl interface to the Imlib2 image library
LIB_DEPENDS= Imlib2.2:${PORTSDIR}/graphics/imlib2
PERL_MODBUILD= yes
MAN3= Image::Imlib2.3
2004-03-30 18:47:01 +02:00
.include <bsd.port.mk>