1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/devel/p5-Date-Leapyear/Makefile
Andrej Zverev 6c7d0261c9 - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-06 12:05:42 +00:00

17 lines
295 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= Date-Leapyear
PORTVERSION= 1.72
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= Perl module to determine if a particular year a leap year
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>