1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/graphics/p5-Image-Size/Makefile

28 lines
619 B
Makefile
Raw Normal View History

# New ports collection makefile for: p5-Image-Size
1999-02-20 10:57:41 +00:00
# Version required: 2.9
# Date created: October 20th 1996
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
1999-08-25 06:16:32 +00:00
# $FreeBSD$
#
1999-02-20 10:57:41 +00:00
DISTNAME= Image-Size-2.9
PKGNAME= p5-Image-Size-2.9
1997-04-20 13:53:29 +00:00
CATEGORIES= graphics www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Image
MAINTAINER= jfitz@FreeBSD.org
USE_PERL5= YES
1999-02-20 10:57:41 +00:00
CONFIGURE_ARGS= PREFIX=${PREFIX}
MAN1= imgsize.1
MAN3= Image::Size.3
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
do-configure:
1999-02-20 10:57:41 +00:00
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL ${CONFIGURE_ARGS}
1999-02-20 10:57:41 +00:00
.include <bsd.port.mk>