bd29a40516
- Add LICENSE_FILE - Fix indent - Sort PLIST Changes: https://metacpan.org/dist/IO-File-AtomicChange/changes
22 lines
435 B
Makefile
22 lines
435 B
Makefile
PORTNAME= IO-File-AtomicChange
|
|
PORTVERSION= 0.08
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl extension to change content of a file atomically
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-Path-Class>=0:devel/p5-Path-Class
|
|
|
|
USES= perl5
|
|
USE_PERL5= modbuildtiny
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|