1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/devel/p5-Sys-Sig/Makefile
Frederic Culot 37d7cd61c8 - Update to 0.05
- Add LICENSE (GPL 2)

Changes:	http://search.cpan.org/dist/Sys-Sig/Changes
2014-02-06 08:09:39 +00:00

19 lines
308 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= Sys-Sig
PORTVERSION= 0.05
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Return signal constants for this host
LICENSE= GPLv2
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>