1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/devel/p5-ToolSet/Makefile
Andrej Zverev 365f70a6aa - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-06 12:18:47 +00:00

18 lines
342 B
Makefile

# Created by: Vladimir Perepelitsa <mons@cpan.org>
# $FreeBSD$
PORTNAME= ToolSet
PORTVERSION= 1.00
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:DAGOLDEN
PKGNAMEPREFIX= p5-
MAINTAINER= mons@cpan.org
COMMENT= Load your commonly-used modules in a single import
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>