openbsd-ports/graphics/p5-Image-Imlib2/Makefile
mbalmer fe72f08fce Update MAINTAINER information.
Change Michael Knudsen's email address and two ports and mk takes
maintainership of editors/hexcurse with the previous maintainers consent.
2005-10-11 17:02:25 +00:00

27 lines
562 B
Makefile

# $OpenBSD: Makefile,v 1.6 2005/10/11 17:02:25 mbalmer Exp $
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
COMMENT= "Perl interface to the Imlib2 image library"
DISTNAME= Image-Imlib2-1.07
PKGNAME= p5-${DISTNAME}
CATEGORIES= graphics perl5
MAINTAINER= Michael Knudsen <mk@molioner.dk>
# Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= X11 Xext freetype m
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Image/}
LIB_DEPENDS= Imlib2.1::graphics/imlib2
CONFIGURE_STYLE=perl modbuild
.include <bsd.port.mk>