mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
19 lines
384 B
Makefile
19 lines
384 B
Makefile
# Created by: Lars Balker Rasmussen <lbr@FreeBSD.org>
|
|
# $FreeBSD: head/devel/p5-Sub-Install/Makefile 373448 2014-11-26 13:08:24Z mat $
|
|
|
|
PORTNAME= Sub-Install
|
|
PORTVERSION= 0.928
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Install subroutines into packages easily
|
|
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|
|
#EOF
|