mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
72ea7e696b
With hat: portmgr Sponsored by: Absolight
28 lines
623 B
Makefile
28 lines
623 B
Makefile
# Created by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= WWW-Scraper-ISBN
|
|
PORTVERSION= 1.03
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Retrieving information about books by ISBN number
|
|
|
|
LICENSE= ART20
|
|
|
|
CONFLICTS_INSTALL= p5-WWW-Scraper-ISBN-Driver-[0-9]* p5-WWW-Scraper-ISBN-Record-[0-9]*
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} >= 502000
|
|
BUILD_DEPENDS+= p5-Module-Pluggable>=0:devel/p5-Module-Pluggable
|
|
RUN_DEPENDS+= p5-Module-Pluggable>=0:devel/p5-Module-Pluggable
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|