1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00

Add LICENSE_FILE

- Cosmetic change
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2018-10-21 16:50:05 +00:00
parent 8c9ef7837b
commit 8f51d7f9e1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=482691

View File

@ -11,12 +11,14 @@ MAINTAINER= perl@FreeBSD.org
COMMENT= Minimalist class construction, with chained attributes
LICENSE= ART20
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= p5-Class-Tiny>0:devel/p5-Class-Tiny
RUN_DEPENDS:= ${BUILD_DEPENDS}
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Class-Tiny>0:devel/p5-Class-Tiny
USES= perl5
USE_PERL5= configure
NO_ARCH= YES
NO_ARCH= yes
.include <bsd.port.mk>