freebsd-ports/devel/p5-Tie-Util/Makefile
Sunpoet Po-Chuan Hsieh f34dad31bb Update to 0.04
- Add LICENSE

Changes:	https://metacpan.org/changes/distribution/Tie-Util
2018-09-13 21:55:51 +00:00

19 lines
351 B
Makefile

# Created by: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD$
PORTNAME= Tie-Util
PORTVERSION= 0.04
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Utility functions for fiddling with tied variables
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>