freebsd-ports/devel/p5-Return-Value/Makefile
Sunpoet Po-Chuan Hsieh a577a7bd17 Update to 1.666005
- Add LICENSE
- Remove outdated post-patch:

Changes:	https://metacpan.org/changes/distribution/Return-Value
2018-09-13 21:55:18 +00:00

20 lines
380 B
Makefile

# Created by: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD$
PORTNAME= Return-Value
PORTVERSION= 1.666005
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:RJBS
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Return::Value - Polymorphic Return Values
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>