mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
5aa33ab5cf
Approved by: portmgr (blanket infrastructure)
17 lines
307 B
Makefile
17 lines
307 B
Makefile
# Created by: simond@irrelevant.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Module-Reload-Sel
|
|
PORTVERSION= 1.02
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= simond@irrelevant.org
|
|
COMMENT= Reload perl library files when updated on disk
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|