mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
17 lines
356 B
Makefile
17 lines
356 B
Makefile
# $FreeBSD: head/devel/p5-File-ShareDir-Install/Makefile 419902 2016-08-09 06:48:42Z wen $
|
|
|
|
PORTNAME= File-ShareDir-Install
|
|
PORTVERSION= 0.11
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Install read-only data files from a distribution
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|
|
#EOF
|