1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/misc/p5-Business-ISBN-Data/Makefile
Sunpoet Po-Chuan Hsieh 10fbd98ff1 Update to 20191107
- Update LICENSE
- Add LICENSE_FILE

Changes:	https://metacpan.org/changes/distribution/Business-ISBN-Data
2020-01-13 17:48:09 +00:00

22 lines
361 B
Makefile

# Created by: Yen-Ming Lee <leeym@FreeBSD.org>
# $FreeBSD$
PORTNAME= Business-ISBN-Data
PORTVERSION= 20191107
CATEGORIES= misc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Data pack for Business::ISBN
LICENSE= ART20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>