# Changelog
All notable changes to this project will be documented in this file.

Based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## [0.5] - 2019-04-29
### Added
- Always add the Python3 flavor for PyPI packages
- Generate distinfo

### Changed
- Use jinja2 templates to generate the Makefile

## [0.4] - 2018-04-26
### Added
- Print dependencies for Perl packages
- Create the whole port directory layout
- Create pkg/DESCR

### Fixed
- Fixed an issue that caused a crash when writing to pkg/DESCR

## [0.3] - 2018-03-11
### Added
- Try to give meaningful info about the license used by the package
- Support for Perl packages from CPAN
- Add support for the MODULES variable
- Add support for language-specific variables
- Add support for RubyGems

### Changed
- Use setup.cfg

### Fixed
- The "COMMENT" field now starts with a lowercase letter
- Remove extra-space after equal signs (thanks to Daniel Jakots)
- The "COMMENT" field may not start with an article, nor end with a period
  (thanks to Daniel Jakots)

## [0.2] 2018-02-26
### Added
- Display the category of every dependency
- Display licenses if possible

### Fixed
- Fix typo in README.md
- Add missing files to the tarball (LICENSE, CHANGELOG, README.md, tox.ini)

## [0.1] - 2018-02-17
### Added
- Initial OpenBSD backend
